Results 1 to 2 of 2

Thread: AJAX, innerHTML, FORM tag issue

  1. #1
    Join Date
    Mar 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default AJAX, innerHTML, FORM tag issue

    hey folks, I've got PAGE A which is the top page of the site I'm building. I use AJAX to pull in PAGE B which has a form in it. I then use innerHTML to draw the content into a div.

    It works fine except it won't draw any of the code between the <FORM> and </FORM> tags.

    Here's a link to the page:
    http://www.thelavinagency.com/2_0/lavin.php

    If you click on "Sign-In | Register" it should pull the login form into the right-hand column, just beneath "My Catalogues". It works fine in IE 7 but not in FireFox.

    Any ideas why?

    Thanks folks.

  2. #2
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    For me it works in both FF and IE. The only point I noticed is when I click on 'signin|Register' section it issues two AJAX calls to the same URL. It needs only one call for pulling the data.

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
  •