HighDots Forums  

Object Required 'Response' error

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Object Required 'Response' error in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
-D-
 
Posts: n/a

Default Object Required 'Response' error - 08-01-2004 , 12:03 AM






I'm working on an ASP tutorial, and I'm getting the following error that
applies to a line of ASP code.

Error Type:
Microsoft VBScript runtime (0x800A01A8)
Object required: 'Respone'
/WroxClassifieds/Register.asp, line 35

I've taken a snap shot of the code on the page with line 35 highlighted (see
URL).

www.dwayneepps.com/code.asp

Does anyone know what is causing this error? Is there a syntax error? I
haven't coded all the pages, so the form that is submitted has not been
coded with the ASP necessary to process the form yet.

Thanks for any help.
-D-



Reply With Quote
  #2  
Old   
Kindler Chase
 
Posts: n/a

Default Re: Object Required 'Response' error - 08-01-2004 , 01:36 AM






-D- wrote:
Quote:
I'm working on an ASP tutorial, and I'm getting the following error
that applies to a line of ASP code.

Error Type:
Microsoft VBScript runtime (0x800A01A8)
Object required: 'Respone'
/WroxClassifieds/Register.asp, line 35

I've taken a snap shot of the code on the page with line 35
highlighted (see URL).

www.dwayneepps.com/code.asp

Does anyone know what is causing this error? Is there a syntax
error? I haven't coded all the pages, so the form that is submitted
has not been coded with the ASP necessary to process the form yet.

Thanks for any help.
-D-
Response is misspellled Respone.Write should be Response.Write. Note
the color of the text DW uses for objects such as Response and Request and
then note that your line in question has the Response object in Black which
means DW does not recognize the text as anything special in ASP which is a
good indicator you have mis spelled something.

HTH's

--
kindler chase
http://www.ncubed.com
Home of SuperInvoice: The Online Invoicing Application.
Organize your billing process and impress your clients.

news://news.ncubed.com/support
n3 Support Group




Reply With Quote
  #3  
Old   
-D-
 
Posts: n/a

Default Re: Object Required 'Response' error - 08-01-2004 , 09:00 AM



Thank you...that was the problem. My eyes are failing me...doh!
-D-




"Kindler Chase" <weaver (AT) DELETEME_roubaixinteractive (DOT) com> wrote

Quote:
-D- wrote:
I'm working on an ASP tutorial, and I'm getting the following error
that applies to a line of ASP code.

Error Type:
Microsoft VBScript runtime (0x800A01A8)
Object required: 'Respone'
/WroxClassifieds/Register.asp, line 35

I've taken a snap shot of the code on the page with line 35
highlighted (see URL).

www.dwayneepps.com/code.asp

Does anyone know what is causing this error? Is there a syntax
error? I haven't coded all the pages, so the form that is submitted
has not been coded with the ASP necessary to process the form yet.

Thanks for any help.
-D-

Response is misspellled Respone.Write should be Response.Write. Note
the color of the text DW uses for objects such as Response and Request and
then note that your line in question has the Response object in Black
which
means DW does not recognize the text as anything special in ASP which is a
good indicator you have mis spelled something.

HTH's

--
kindler chase
http://www.ncubed.com
Home of SuperInvoice: The Online Invoicing Application.
Organize your billing process and impress your clients.

news://news.ncubed.com/support
n3 Support Group





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.