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> Link to comment https://forums.phpfreaks.com/topic/178378-solved-jquery-get-ie8-wont-execute-the-script-oo/ Share on other sites More sharing options...
haku Posted October 21, 2009 Share Posted October 21, 2009 You need to use an absolute URL. Link to comment https://forums.phpfreaks.com/topic/178378-solved-jquery-get-ie8-wont-execute-the-script-oo/#findComment-940851 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. Link to comment https://forums.phpfreaks.com/topic/178378-solved-jquery-get-ie8-wont-execute-the-script-oo/#findComment-941161 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. Link to comment https://forums.phpfreaks.com/topic/178378-solved-jquery-get-ie8-wont-execute-the-script-oo/#findComment-941172 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.