html_code_clinic thread: How can I duplicate Screen Refresh in code?
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!
|





