Results 1 to 5 of 5

Thread: Dynamic Ajax Content - aspx page won't load

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

    Default Dynamic Ajax Content - aspx page won't load

    I can get .htm pages and .php pages to load into the div by using this script but when I try to load an .aspx page nothing happens. Is there a way to load .net pages using this script? Thank you very much.


    This is in regards to this script: http://www.dynamicdrive.com/dynamici...jaxcontent.htm

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    In general it shouldn't matter the type of pages you're trying to load via Ajax. What's the URL to the .aspx page in question?

  3. #3
    Join Date
    Apr 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Here is a page that demonstrates my problem. Thank you.

    http://www.homegrownhawaii.com/test_css.aspx

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

    Default

    I am having an almost identical problem, but only in IE. in firefox .aspx pages load fine.

    Any ideas on why it wont work in IE?

  5. #5
    Join Date
    Oct 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i only registered because i'm also looking for a way to load aspx pages inside divs but i've learned that you can't because you are loading a form tag inside another form tag and that causes the error in IE.

    source answer was here

    http://forums.asp.net/t/1160491.aspx

    cheers.

    edit:

    i've been runing some test and the only way that these aspx pages work in IE is removing the form tag from the pages that will be loaded, that means that there should not be any input tags that will require a form tag.
    Last edited by Jano-RS13; 10-03-2007 at 09:47 PM.

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
  •