View Full Version : problem with form tag +IE+ ajax
nagam
12-01-2006, 06:18 AM
I have a page (A) which inserts the output of another page (B) into a <DIV> elemment. If B contains a <FORM> tag, Internet Explorer always gives an empty output, even if there's nothing but the FORM tag in page B. Everything works fine on Mozilla. What could be the reason for such odd behaviour?
scraf
12-05-2006, 04:03 PM
I just asked almost the same question here...
http://www.dynamicdrive.com/forums/showthread.php?t=15456
It could be a "block element" issue.
jscheuer1
12-05-2006, 04:56 PM
On the external page, if the HTML isn't valid, that will present problems. You can validate your external page (by itself) here:
http://validator.w3.org/
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.