Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> How To Make Form Nested In Internet Explorer ?, Nested form in IE
zeroxw
post May 22 2008, 01:08 PM
Post #1


Newbie
*

Group: Members
Posts: 1
Joined: 22-May 08
Member No.: 62,502



I want to make a form nested in another form, it's run on Opera and FireFox but it's occur error in IE

<form name="f1">
<input type="text">
<form name="f2"><input type="text">
<input type="button" onclick="document.f2.submit();">
</form
</form


How can I make form f2 submit by using javscript ???
(I want to solve this problem because my website using Ajax upload
Go to the top of the page
 
+Quote Post
jlhaslip
post May 22 2008, 03:23 PM
Post #2


A computer once beat me at chess, but it was no match for me at kick boxing.
Group Icon

Group: [MODERATOR]
Posts: 3,994
Joined: 24-July 05
From: In Trouble Again... still?
Member No.: 9,787
Spam Patrol



I don't see the purpose for the nested forms.
Where is the submit button for the first form? Does it submit with the button in form2? Your forms are missing the action=, too.
What does this form do? How do the forms relate to each other?
What error are you receiving in IE? Do you have the DOM Console for Opera or FF to check if there are actually issues which are not displaying?

Trying to assist you here, but your information should include more detail, particularly the error you get from IE. Which IE, by the way?

Check this link: http://www.w3schools.com/html/html_forms.asp

and this one, too: http://bytes.com/forum/thread95602.html
Go to the top of the page
 
+Quote Post
iGuest
post May 30 2008, 12:47 AM
Post #3


Trap Double Mocha Member
***************

Group: Members
Posts: 2,360
Joined: 21-September 07
Member No.: 50,369



Replying to jlhaslip

Wow, that was helpful...

-reply by Shades
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Making Html For Internet Explorer Compatible With(3)
  2. Problems With Webpage Positioning In Internet Explorer(11)
  3. Menu Errors In Internet Explorer(4)
  4. Project Digital Signage(1)


 



- Lo-Fi Version Time is now: 6th September 2008 - 07:08 PM