Results 1 to 3 of 3

Thread: page timeout

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2002
    Posts
    779

    page timeout

    Does anybody no how to set a timeout value in an html page?

  2. #2
    Frenzied Member andreys's Avatar
    Join Date
    Sep 2002
    Location
    Los Angeles
    Posts
    1,615
    Code:
    <html>
    </head>
    <script language="JavaScript">
    setTimeout("document.location.href='http://www.msn.com'",5000)
    </script>
    <body>
    </body>
    </html>

  3. #3
    Registered User
    Join Date
    Oct 2001
    Location
    mysore
    Posts
    60

    try with meta tag

    <meta http-eqiuv="expire" content="60">

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