|
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"
|