CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2011
    Location
    Tennessee
    Posts
    19

    [RESOLVED] Time Out Confirm Box

    I have very little experience with Javascript.

    I have a script which pops up a message that session time is about to run out and it is working like I want except for one thing. When the confirm message sets there without a response from the user I want to redirect them to sign on screen automically when the session time does run out. But instead as soon as an answer of continue it will reset the session time.

    How can I automically redirect if the user does not reponse when the session does run out?

  2. #2
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: Time Out Confirm Box

    This is a Java forum - Java is not Javascript.

    I've asked the mods to move this to a suitable forum for you.
    Posting code? Use code tags like this: [code]...Your code here...[/code]
    Click here for examples of Java Code

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured