Hi i'm getting this error when i run my ASP page.
Error type
Microsoft VBScript compilation(0x800A0401)
Expected end of statement
/baocom/aspdoc/index.asp,line12,column 12
Dim invoice number,name,telephone1,telephone2
------------^

--
Message posted via http://www.winserverkb.com

RE: HTTP 500.100 error when running an ASP page by JayhawkTuba

JayhawkTuba
Wed Aug 30 15:18:01 CDT 2006

I would say that the space in "Invoice number" is not allowed. Just simply
change it to "InvoiceNumber"

"peris via WinServerKB.com" wrote:

> Hi i'm getting this error when i run my ASP page.
> Error type
> Microsoft VBScript compilation(0x800A0401)
> Expected end of statement
> /baocom/aspdoc/index.asp,line12,column 12
> Dim invoice number,name,telephone1,telephone2
> ------------^
>
> --
> Message posted via http://www.winserverkb.com
>
>

RE: HTTP 500.100 error when running an ASP page by Peter

Peter
Wed Aug 30 16:39:18 CDT 2006

=?Utf-8?B?SmF5aGF3a1R1YmE=?= <JayhawkTuba@discussions.microsoft.com>
wrote in news:2A8F979B-4D89-46E9-86FE-2A04CD6ED267@microsoft.com:

> I would say that the space in "Invoice number" is not allowed. Just
> simply change it to "InvoiceNumber"

I think he has probably fixed line 12.
He now has a problem with line 16.