Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: How can I duplicate Screen Refresh in code?


Message #1 by "Larry Diamond" <ldiam666@a...> on Thu, 10 Aug 2000 17:36:10
Larry-
Put this within the <head></head> tags in your page.  The '5' means the page will refresh in 5 seconds, and the
mypage.htm is the page it goes to.  You will want to put the the page's own name there.

 <meta http-equiv="refresh" content="5; url=mypage.htm">


  ----- Original Message -----
  
  How can I pogram in code the same action as if I pressed the "Refresh" button on the browser?

  Thanks for any help!

  Return to Index