Could someone please help me out on this one.. I would like to insert a Meta Refresh Tag on the default.asp to have it refresh at a specified interval (probably be 30 or 40 seconds). Unfortunately, Im not sure how I am using UltraDev because of countless posts saying that FrontPage will screw it up.
Thanks...and Ill keep looking to find the answer myself too...
1) Copy inc_top.asp to inc_topdefault.asp. 2) Change the include "inc_top.asp" in default.asp to "inc_topdefault.asp". 3) Insert the meta refresh tag between the <head></head> statements in "inc_topdefault.asp"
Thank you both for your replies. The easiest route for me was to use bozden's suggestion, because I already had an onload statement and wasnt sure how or if I could have multiple onload statements.
After viewing this in action, 30 seconds was terribly irritating, so im now testing at 120 seconds....but hey, at least it works!!!!