shaked
10-28-2004, 06:22 PM
how do i make two forms in one page?
|
||||
2 formsshaked 10-28-2004, 06:22 PM how do i make two forms in one page? Roy Sinclair 10-28-2004, 07:07 PM <html> <head> <title>Form1 and Form2, where's the Cat in the Hat when you need him?</title> </head> <body> <form action="thing1.cgi"> <input type="text" size="20" /> <input type="submit" value="Thing 1" /> </form> <br /> <form action="thing2.cgi"> <input type="text" size="29" /> <input type="submit" value="Thing 2" /> </form> </body> </html> There's a page with two forms. Or is there more to what you wanted and you perhaps forgot to explain? |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum