![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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- |
Respone.Write should be Response.Write. Note
#3
| |||
| |||
|
|
-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. Notethe 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 |
![]() |
| Thread Tools | |
| Display Modes | |
| |