Print Page | Close Window

request.querry problem

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=348
Printed Date: 29 March 2026 at 12:52am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: request.querry problem
Posted By: skyworld
Subject: request.querry problem
Date Posted: 20 February 2003 at 8:36am

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


 




Replies:
Posted By: MorningZ
Date Posted: 20 February 2003 at 8:49am
Request.QueryString("name of item")

-------------
Contribute to the working anarchy we fondly call the Internet


Posted By: michael
Date Posted: 20 February 2003 at 9:57am
notice that, as MorningZ says Query is written with one R only


Posted By: skyworld
Date Posted: 20 February 2003 at 4:30pm
yea and i forgot the string... I never used it before because i use to use cookies by doing request.form



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net