Auomatic redirection when no user interaction

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • prakash.guru@gmail.com

    #1

    Auomatic redirection when no user interaction

    Hi Friends .

    I try to do a javascript program which automatically fire
    an event or redirects to a page when there is no user interaction
    between user & browser for 15 minutes. Is it possible in javascript?
    Thanks in advance

    Regards
    Prakash

  • kaeli

    #2
    Re: Auomatic redirection when no user interaction

    In article <1095939162.927 907.211860@h37g 2000oda.googleg roups.com>,
    prakash.guru@gm ail.com enlightened us with...[color=blue]
    > Hi Friends .
    >
    > I try to do a javascript program which automatically fire
    > an event or redirects to a page when there is no user interaction
    > between user & browser for 15 minutes. Is it possible in javascript?
    > Thanks in advance
    >[/color]

    Sure.
    But it depends on what you mean by "user interaction" and "browser".
    I can interact with my browser without touching your page. I use Netscape 7
    and tabbed browsing.

    I can click on your page, which will fire an event in the browser, yet not
    really be doing anything at all.

    So, define what you really want, then use setTimeout to start and stop a
    timer when events are fired, etc.



    --
    --
    ~kaeli~
    Time flies like an arrow. Fruit flies like a banana.



    Comment

    • prakash.guru@gmail.com

      #3
      Re: Auomatic redirection when no user interaction

      Thanks for your info kaeli
      Prakash

      Comment

      Working...