Steven
Mon Apr 26 12:44:32 CDT 2004
> and so on. I am currently using only a meta tag for refreshing but cannot
control it.
Sure you can!
<%
if request.querystring("s")="" then
%>
<meta name="Refresh" content="8;
http://somepage.html">
<%
else
'// nothing
end if
%>
--
Regards
Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk
Keeping it FREE!
Personal favourites
Practically Nerded -
http://mvps.org/PracticallyNerded/
Bugs, Glitches n stuff -
http://mvps.org/inetexplorer/Darnit.htm
Calendar of Updates -
http://www.dozleng.com/updates/index.php?&act=calendar
"Chris MArtin" <cdmis@yahoo.com> wrote in message
news:5D8D3676-9DC5-4D25-89EB-1060FFE0D378@microsoft.com...
> I need to add a button to a page that can enable or disable page auto
refreshing. Can anyone help me get this started?
>
> 1. I want the page to refresh every 10 seconds by default and display a
button "Stop Refresh"
>
> 2. When user clicks button, it stops the auto refresh and button now reads
"Start Auto Refresh"
>
> and so on. I am currently using only a meta tag for refreshing but cannot
control it.
>
> Thanks
> CM
>
>