hi i use the following in the head of my page to refresh
the page frequently
<meta http-equiv="refresh" content="10" URL="mfit3.asp";>
however when the page is refreshed it loses the date the page was on - so i need to adjust the url to include the date querystring
have tried
<meta http-equiv="refresh" content="10" URL="mfit3.asp?date="<%=motdate%>"";>
but doesnt work - can anyone help me?
the page frequently
<meta http-equiv="refresh" content="10" URL="mfit3.asp";>
however when the page is refreshed it loses the date the page was on - so i need to adjust the url to include the date querystring
have tried
<meta http-equiv="refresh" content="10" URL="mfit3.asp?date="<%=motdate%>"";>
but doesnt work - can anyone help me?