|
|
|
|
|
| | |
|
PowerASP active server pages asp.net microsoft .net framework sdk learn asp what is asp tutorial learn asp.net CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Cookie Problem |
From: |
Pradeep |
Date: |
3/27/1999 1:59:24 AM |
IP: |
202.54.12.138 |
i tried to setup a cookie , the asp script which collects the
info from the form and sets the cookie give me the following error
------------------------------------------------------------------------------------------------
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'response.cookie'
/pradeep/setcook.asp, line 1
------------------------------------------------------------------------------------------------
my code is
<%response.cookie("details")("cname")=request.form("name")%>
<%response.cookie("details")("cage")=request.form("age")%>
<%reponse.redirect("getcook.asp")%>
------------------------------------------------------------------------------------------------
PLEASE PLEASE help me on this
-Pradeep |
Follow Up - Re: Cookiebs/b Problem - Harlan 3/29/1999 9:27:24 AM
|
|
|
|
|
|
|
|
|
|
|
|