This is a discussion on Annoying IE clicking within the PHP Language forums, part of the PHP Programming Forums category; Hi, I know this is slightly off topic, but I have a PHP script that displays the network status of ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I know this is slightly off topic, but I have a PHP script that displays the network status of various machines on my network, which refreshes every x period of time (default 5secs) but of course Microsoft in their wisdom decided to make IE click every time a page is loaded. Now, I know how to desable this through the setting, but what to know if their is css or javascript stuff that can stop this for other people viewing this page??? All help appreciated Ta, Al, |
|
|||
|
Clicking? As in a system sound? No, there's no Javascript for that...
"Haggis" <nospa@mchaggis.org.uk> wrote in message news:1066076320.596704@auth2.dns.griffin.net.uk... > Hi, > > I know this is slightly off topic, but I have a PHP script that displays the > network status of various machines on my network, which refreshes every x > period of time (default 5secs) but of course Microsoft in their wisdom > decided to make IE click every time a page is loaded. Now, I know how to > desable this through the setting, but what to know if their is css or > javascript stuff that can stop this for other people viewing this page??? > > All help appreciated > > Ta, > > Al, > > > |
|
|||
|
Hi.
How about a frame (or iframe)? It's just an idea, I don't know if a refresh in a frame is considered a "reload" or not by IE. Good luck. LC -------------------------- http://perceptus.ca -------------------------- On Mon, 13 Oct 2003 22:24:31 GMT, "Jason" <jsumner1@cfl.rr.com> wrote: >Clicking? As in a system sound? No, there's no Javascript for that... > > >"Haggis" <nospa@mchaggis.org.uk> wrote in message >news:1066076320.596704@auth2.dns.griffin.net.uk.. . >> Hi, >> >> I know this is slightly off topic, but I have a PHP script that displays >the >> network status of various machines on my network, which refreshes every x >> period of time (default 5secs) but of course Microsoft in their wisdom >> decided to make IE click every time a page is loaded. Now, I know how to >> desable this through the setting, but what to know if their is css or >> javascript stuff that can stop this for other people viewing this page??? >> >> All help appreciated >> >> Ta, >> >> Al, >> >> >> > |