Thread: hidden html?
View Single Post
Old Mar 30th, 2006, 10:36 AM   #3
Agent 47
Hobbyist Programmer
 
Agent 47's Avatar
 
Join Date: Nov 2005
Posts: 122
Rep Power: 3 Agent 47 is on a distinguished road
If all you are doing is hiding/showing an already existant form,
then you can use CSS as Wei suggests. But if you want your
form to be built dynamically, look into using DOM methods like
createElement() and appendChild();.
__________________
"I'm going to become rich and famous when I invent a device that allows you to stab people in the face over the internet"
Agent 47 is offline   Reply With Quote