Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hidding some Form objects on HTML

Status
Not open for further replies.

lassala

Programmer
May 17, 2001
8
BR
Hi!

I'd like to know whether there's someway to do the following:

In some page we have
<td>Testing</td>

I'd like to click on a submit button, and the tag above become

<td><input type=&quot;text&quot; name=&quot;txtMyTest&quot; value=&quot;Testing&quot;></td>

I know I can do that in ASP, but in these case I need to reload the page.

What I really want is to put some HTML control, without the need of reload the page.

Is there someway?

Thanks in advance

Claudio Lassala
 
Hi, Bangers!

Thank you for your tip.

However, I just can do what I need in browser 6.0, isn't it?
We don't have some way to do for other versions?
 
other versions require probably document.write(). Failing that, you can just show and hide them, and even set the display t none - so no space is taken up when it is invisible - but remember to set display back to inline, or block, when showing again.

These are 'style' ideas
 
Hi, Bangers!

Could you give me some sample? I really don't know how to do. I'm a beginner.

Thanks for trying to help me.
 
Opa, Banger,

I think that is it... I'll try some tests here with this code.

Thank you for help me. I hope some day help you too.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top