PDA

View Full Version : Forms in HTML


lovakumar
10-13-2004, 05:29 PM
Can we have a form inside in an another form in HTML.

like :-
<html>
<title><head>nothg</head></title>
<body>
<form action="first.cgi" method="post">
<input name="var1" >
<form action="second.cgi" method="get">
<input name="var2" >
</form>
</form>
</body>
</html>




If I give like the my browser opening first.cgi for of the submit buttons.


plz help me
bye