SchweppesAle Posted October 20, 2009 Share Posted October 20, 2009 just started work with AJAX. Decided jquery would probably make my life easier, unfortunately IE8 seems to be the only browser which refuses to execute the php script <script type = "text/javascript"> $.get("exactlocation/mod_flexbanner_AJAX.php",{id : "1"}); </script> latest version of jquery is installed and within the header <script type = "text/javascript" src = "exactlocation/jquery-1.3.2.js"></script> Quote Link to comment Share on other sites More sharing options...
haku Posted October 21, 2009 Share Posted October 21, 2009 You need to use an absolute URL. Quote Link to comment Share on other sites More sharing options...
SchweppesAle Posted October 21, 2009 Author Share Posted October 21, 2009 You need to use an absolute URL. I actually did that. I think there might be a bug within jquery, or more likely within IE8. As soon as I tried using the .ajax() function everything worked just fine. Quote Link to comment Share on other sites More sharing options...
haku Posted October 21, 2009 Share Posted October 21, 2009 Weird that it didn't work - I had the same problem about a month ago, and the absolute URL fixed it for me. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.