Results 1 to 3 of 3

Thread: problem with form tag +IE+ ajax

  1. #1
    Join Date
    Dec 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default problem with form tag +IE+ ajax

    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?

  2. #2
    Join Date
    Dec 2006
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I just asked almost the same question here...

    http://www.dynamicdrive.com/forums/s...ad.php?t=15456

    It could be a "block element" issue.

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    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/
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •