Click to See Complete Forum and Search --> : form in form


CobreX
02-03-2003, 04:50 PM
Dear Sir,

I live errors about below codes,

I want to use form in form! Becouse i am had to use these method for tables. Please help me.

Thanks

<form method="POST" action="a.htm">
<input type="text" size="20"><input type="submit" value="Gönder"></p>

<form method="POST" action="b.asp">
<input type="text" size="20"><input type="submit" value="Gönder"></p>
</form>

</form>

meow
02-03-2003, 05:22 PM
You can use more than one form but you can't nest them. Sorry, I don't understand the part about tables.