Annoying IE clicking

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Haggis

    Annoying IE clicking

    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,


  • Jason

    #2
    Re: Annoying IE clicking

    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.d ns.griffin.net. uk...[color=blue]
    > Hi,
    >
    > I know this is slightly off topic, but I have a PHP script that displays[/color]
    the[color=blue]
    > 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,
    >
    >
    >[/color]


    Comment

    • Leonard

      #3
      Re: Annoying IE clicking

      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

      --------------------------

      --------------------------

      On Mon, 13 Oct 2003 22:24:31 GMT, "Jason" <jsumner1@cfl.r r.com> wrote:
      [color=blue]
      >Clicking? As in a system sound? No, there's no Javascript for that...
      >
      >
      >"Haggis" <nospa@mchaggis .org.uk> wrote in message
      >news:106607632 0.596704@auth2. dns.griffin.net .uk...[color=green]
      >> Hi,
      >>
      >> I know this is slightly off topic, but I have a PHP script that displays[/color]
      >the[color=green]
      >> 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,
      >>
      >>
      >>[/color]
      >[/color]

      Comment

      Working...