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="text" name="txtMyTest" value="Testing"></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
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="text" name="txtMyTest" value="Testing"></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