Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Community Forums
 Code Support: ASP (Non-Forum Related)
 META REFRESH Tag...
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

_ENiGMA_
New Member

USA
82 Posts

Posted - 29 June 2001 :  09:07:31  Show Profile  Visit _ENiGMA_'s Homepage
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...

ENiGMA[RiA]

ariaclan.com Forums
http://www.wiktel.net/ariaclan/default.asp

Deleted
deleted

4116 Posts

Posted - 29 June 2001 :  10:05:54  Show Profile
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"

Hope this helps

Think Pink
Go to Top of Page

big brother
Starting Member

27 Posts

Posted - 29 June 2001 :  10:42:27  Show Profile
<html>
<head>
<title></title>
<script language = "javascript">
<!--
function wait_time(){
setTimeout('javascript:location.reload();', 30000);
}
//-->
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000" onload="wait_time();">
</body>
</html>

Go to Top of Page

_ENiGMA_
New Member

USA
82 Posts

Posted - 29 June 2001 :  12:58:58  Show Profile  Visit _ENiGMA_'s Homepage
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!!!!

Thanks alot!

ENiGMA[RiA]

ariaclan.com Forums
http://www.wiktel.net/ariaclan/default.asp
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.71 seconds. Powered By: Snitz Forums 2000 Version 3.4.07