for some reason when i try to do request.querry it errors. ...
my code:
<%
Dim intime
dim outtime
intime = "4"
outtime = "2"
if request.querry("data") = "1" then
'make the table for the info.... (reminder..... cant be used for another site ...)
elseif request.querry("type") = "1" then
%>
<meta http-equiv="Refresh" content="<% intime %>; url=<%request.querry("url")%>">
<%
elseif request.querry("type") = "2" then
%>
<meta http-equiv="Refresh" content="<% outtime %>; url=<%request.querry("url")%>">
<%
else
response.redirect "../../"
end if
%>
the messagE:
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'request.querry'
/include/redirect/redirect.asp, line 6