Jump to content

FORM INSIDE A FORM


vadder85

Recommended Posts

can somebody help me..since i'm quite new in this area, i need some assistant..how can i put a form (action) inside another form(action) in the same HTML page?i've tried but it seems the HTML get confused with the two forms or actionscan somebody show me the correct way to solve this problem..and if posibble give me simple example for that matter..tq very much

Link to comment
Share on other sites

<table border=0 cellspacing=1 cellpadding=0 bgcolor = black ><tr><form name=testForm ><td><input name=testField type=text style="text-align:right" onKeyUp="reverseText('testForm','testField')"></td></form><form name=form ><td><input type=button value="Next" onClick="calculate()">    </td></form></tr></table>

that' s my example , it works well means two functions don't affect together

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