Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Nested Form

Status
Not open for further replies.

A1Pat

IS-IT--Management
Joined
Jun 7, 2004
Messages
454
Location
US
hello all,

Question: In HTML, can <FORM> be nested, for example:

<FORM>
<FORM></FORM>
<FORM></FORM>
<FORM></FORM>
</FORM>
 
No, they can't. Nesting forms is not only illegal html, it also does not work on any known browser.
 
I'm just complicating thing by mixing HTML, JS, and ASP together. Maybe, you're right. It just too complicated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top