Jump to content

[SOLVED] Tail -f Style window using php and probably javascript or Ajax


cr-ispinternet

Recommended Posts

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.