schron
09-22-2002, 05:23 AM
hi,
I'm creating a search page and a result page with the use of a database to search for information. When i'm trying to open the result page, I get the following error message:
Microsoft JScript runtime error '800a01b6'
Object doesn't support this property or method
/buyersearchresults.asp, line 5
The code:
line 3 <%
line 4 var rdSearchResultBuy__varBedrooms = "%";
line 5 if (Request.getParameter("listBedrooms") != "undefined") {
line 6 rdSearchResultBuy__varBedrooms = Request.getParameter("listBedrooms");
line 7 }
line 8 %>
Note:
- "listBedrooms" is the name of the listbox on the search page
- varBedrooms is a variable defined in the Recordset refering to "listBedrooms"
Does anyone know what the problem might be?
I'm creating a search page and a result page with the use of a database to search for information. When i'm trying to open the result page, I get the following error message:
Microsoft JScript runtime error '800a01b6'
Object doesn't support this property or method
/buyersearchresults.asp, line 5
The code:
line 3 <%
line 4 var rdSearchResultBuy__varBedrooms = "%";
line 5 if (Request.getParameter("listBedrooms") != "undefined") {
line 6 rdSearchResultBuy__varBedrooms = Request.getParameter("listBedrooms");
line 7 }
line 8 %>
Note:
- "listBedrooms" is the name of the listbox on the search page
- varBedrooms is a variable defined in the Recordset refering to "listBedrooms"
Does anyone know what the problem might be?