First off...
Quote:
|
Originally Posted by http://www.codingforums.com/rules.htm
1.5) No homework assignments - Do not post your entire homework assignment and request that other members do it for you. This is considered cheating, and your thread may even be used by your school to prove your guilt. Now, you may ask for advice or help on a specific aspect of your assignment that you're having trouble with. Use common sense as far as what's acceptable in terms of soliciting help with homework assignments.
|
Second... you need to be a bit more descriptive. As with pretty much everything, there are a number of ways to achieve this. I'm going to assume that since you posted in the javascript forum this is to be done entirely with javascript (client-side)... although server-side processing is the typical route for something like this. You could of course combine both client and server-side routes and go with AJAX, however. That said, the easiest way to do it with javascript would be to use separate divs for each form and hide/show the divs as necessary.