Hi, I'm trying to make a textbox invisible originally.......
<td><input type="hidden" name="price" id="price"/></td>
and then visible on a submission......
document.getElementById('price').style.visibility="visible";
However it doesn't work.
I can however do the opposite. Any ideas?



Reply With Quote


Bookmarks