HTML form submit issues

BHSRunningStud

New Member
Brand new to HTML, I have experience programming in other languages, just having an issue with html.
I've looked around to try to find a way to have a "double post" in html that posts all of instances needed.\[code\] <form> Outer code here </form> <form method="POST" action="http://www.example.com/su.php"><p> <input type="text" name="Email" size="20"><br> <input type="radio" name="Action" value="http://stackoverflow.com/questions/13715142/join-list" checked>Subscribe </p> <input type="hidden" name="ThanksURL" value="http://stackoverflow.com/questions/13715142/2222"> </form> Outer code here <input type="submit" name="Submit" value="http://stackoverflow.com/questions/13715142/Submit" >\[/code\]Is it even possible for the inner form to be submitted via either a javascript function or some other means? i read that it is not very plausable to have nested forms, so is there another way to have this section submit properly?Need by 12-5-12 if at all possible! Thanks ahead of time!
 
Back
Top