Wednesday, March 5, 2003, 8:56:12 AM, you wrote:

rdc> I have started to "borrow" the template files from
rdc> www.brentozar.com/salive and they do look lovely :)

Thanks!

rdc> But how do I change the template so that it automatically refreshes
rdc> every X seconds ?
 
Yeah, in the area of the page where it says:

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

Add this tag:

<meta HTTP-EQUIV="REFRESH" CONTENT="300;URL=default.asp">

Make sure the default.asp is whatever the name of your page is.  If
you're using mypagename.asp, then change it to:

<meta HTTP-EQUIV="REFRESH" CONTENT="300;URL=mypagename.asp">

Brent


-- 
BrentO
Calvin: I like maxims that don't encourage behavior modification.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to