HaLo2FrEeEk Posted March 12, 2009 Share Posted March 12, 2009 Ok, this page works in Internet Explorer on XP without issue, it works in Firefox on XP and Vista without issue. However, Internet Explorer (ver. 7 is what I use) on Vista Ultimate x64 gives problems. http://infectionist.com/misc/capture/capture.php What's supposed to happen is you enter your Xbox Live gamertag and the AJAX gets the information from another page and prints a dropdown list of all your film and filmclip items from your Halo 3 fileshare. If you don't have a gamertag to test this with, use "HaLo2FrEeEk". What happens is you put in your gamertag and click the button and you wait...and wait. It will never finish. What's more is that when that happens, the site is inaccessible for about 5 minutes. Now, all you AJAX'ers, please PLEASE help me out with this. I need this to be 100% compatible. I have other AJAX pages that work just fine, using the same ajax function...why would this particular one have issues? The page doing the calling/getting the result: capture.php The page capture.php is calling to: getfileshare.php This page makes 2 AJAX calls. If the first succeeds the second will always succeed. My usual method of finding an error in a code is putting an alert after every line of Javascript (or an echo after each line of php) and when the Alerts stop, I know that's my problem area. I haven't tried this yet, but I'm about to. Please, help me figure this out guys, I'm begging. Quote Link to comment https://forums.phpfreaks.com/topic/149075-solved-works-in-ff-rarely-in-ie-please-help/ Share on other sites More sharing options...
rhodesa Posted March 12, 2009 Share Posted March 12, 2009 not sure what the problem is, but i notice you manually create an XMLHttpRequest object for the AJAX call. You already have scriptaculous loaded, why don't you use that library to do the AJAX for you. If there is something specific to IE7, i'm sure they already have it in their library. Quote Link to comment https://forums.phpfreaks.com/topic/149075-solved-works-in-ff-rarely-in-ie-please-help/#findComment-782911 Share on other sites More sharing options...
HaLo2FrEeEk Posted March 13, 2009 Author Share Posted March 13, 2009 You know, I didn't think of that and it MIGHT be the problem, but I should have removed scriptaculous, because I removed the slider bars I was GOING to use because no one could sufficiently help me get them to work. I will try both using the scriptaculous AJAX and removing scriptaculous, because it might be an issue with using 2 different AJAX libraries. Quote Link to comment https://forums.phpfreaks.com/topic/149075-solved-works-in-ff-rarely-in-ie-please-help/#findComment-783555 Share on other sites More sharing options...
rhodesa Posted March 13, 2009 Share Posted March 13, 2009 also, jQuery is my preferred library. and their UI components have a slider bar Quote Link to comment https://forums.phpfreaks.com/topic/149075-solved-works-in-ff-rarely-in-ie-please-help/#findComment-783646 Share on other sites More sharing options...
HaLo2FrEeEk Posted March 13, 2009 Author Share Posted March 13, 2009 I don't need the slider bar anymore, I decided it was a little schmaltzy anyways, but I DO need my AJAX to work. Quote Link to comment https://forums.phpfreaks.com/topic/149075-solved-works-in-ff-rarely-in-ie-please-help/#findComment-783652 Share on other sites More sharing options...
HaLo2FrEeEk Posted March 13, 2009 Author Share Posted March 13, 2009 Oh and by the way, I love you. I started using jQuery and now my Ajax works 100% of the time. Happy face! I guess this is solved then. Quote Link to comment https://forums.phpfreaks.com/topic/149075-solved-works-in-ff-rarely-in-ie-please-help/#findComment-783773 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.