Jump to content

Help on forms


carl allan

Recommended Posts

Ya, make a <div> around the form, and set the div id too 'divthing'. Now, in the head section, make a javascript function that will look like this:

<script type="text/javascript">function checkthing(){document.getElementById('divthing').style="visibility:hidden;"}</script>

Then, when you want to hide the form, just call that funciton. :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...