Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Method to Refresh a Page in ASP

Status
Not open for further replies.

Bipasha

Programmer
Feb 28, 2001
23
US
Any suggestions on how to refresh a page in ASP specifying a specific delay value??

Thanks in advance

 
one way, put this on the client side:

<script language=&quot;javascript&quot;>
delayinmilliseconds=2000
setTimeout(&quot;window.location.reload()&quot;,delayinmilliseconds)
</script> jared@aauser.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top