CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: HTML question

  1. #1
    Join Date
    Oct 2001
    Posts
    93

    HTML question

    Hi,
    My problem:
    When you click on a link, wait 5 seconds, and then show the page of the link.
    Is there a html - code to solve my problem?

  2. #2
    Join Date
    May 2002
    Location
    India but now South Korea
    Posts
    75
    You can set a function in the onclick event of the link and then use timer in javascript to wait for 5 seconds and then you can redirect. try loking for settimer() in java script.

    and moreover timer in java script works on all platforms and all browsers

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