Results 1 to 2 of 2

Thread: Dynamic Ajax Content

  1. #1
    Join Date
    Aug 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Dynamic Ajax Content

    1) Script Title: Dynamic Ajax Content

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...jaxcontent.htm

    3) Describe problem:
    I have this script working as I would like using drop downs to select the page(s) and a GO button to exceute.

    I am Calling an absolute external URL in the drop down code:
    Code:
    <select id="ajaxmenu" size="1">
                      <option value="" selected >Select Link</option>
                      <option value='http://www.somewebsite.com/index.php'>Link 1</option>
    in IE everything works 100&#37;; IN firefox (2.0.0.6) nothing happens. I changed it to an internal url and it works fine. Seems that Firefox does not like the external http://www call ??

    Can anyone suggest a work around or fix ?

    thank you.

    p.s I did read this: "Note: Due to security limitations, the external pages loaded must be from the same domain as the encompassing page. Any external .css and .js files associated with these pages, however, can be from any domain." But since IE worked I thought there might be a way around in Firefox.

  2. #2
    Join Date
    Aug 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Shucks! I probably should have made the title less generic...

    Does anyone have any ideas?

    cheers

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
  •