GingerRobot Posted January 2, 2008 Share Posted January 2, 2008 Ok, well at least we're getting to the bottom of this slowly! Its working in IE7 for me. What happens in IE for you? Does it just not update, or do you get a blankpage? Edit: Only thing i can find about IE7 and ajax issues is that they added native support for XMLHTTP. If you go to tools->internet options->advanced you should find a checkbox which should be ticked called something like 'native support for XMLHTTP' (it's near the bottom). However, from what i've read, it should work using an activeX object even with that off. Quote Link to comment https://forums.phpfreaks.com/topic/84121-solved-tail-f-style-window-using-php-and-probably-javascript-or-ajax/page/2/#findComment-428712 Share on other sites More sharing options...
cr-ispinternet Posted January 2, 2008 Author Share Posted January 2, 2008 Hi Again, its actually ticked, ive just rebooted to see if it was anything from microsoft update or as they say if in doubt reboot it:-) but so pleased ot see it working in firefox works exactly how i wanted it to if not better... Your help and suggestions have been valuable in me moving forward with this part of my project. many thanks again... Alan Quote Link to comment https://forums.phpfreaks.com/topic/84121-solved-tail-f-style-window-using-php-and-probably-javascript-or-ajax/page/2/#findComment-428738 Share on other sites More sharing options...
GingerRobot Posted January 2, 2008 Share Posted January 2, 2008 No problem, glad we're sorted. Can you mark this as solved? Quote Link to comment https://forums.phpfreaks.com/topic/84121-solved-tail-f-style-window-using-php-and-probably-javascript-or-ajax/page/2/#findComment-428776 Share on other sites More sharing options...
cr-ispinternet Posted January 2, 2008 Author Share Posted January 2, 2008 Solved it.... IE7 vs standards war it ended up being... had to add this to my php code, something know in the industry as busting the cache it works brill in IE7 and Opera now http.open('get', 'email-delayed.php?bustcache='+new Date().getTime()); thought i would share the final fix Alan Quote Link to comment https://forums.phpfreaks.com/topic/84121-solved-tail-f-style-window-using-php-and-probably-javascript-or-ajax/page/2/#findComment-428793 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.