Ask a Question related to Dreamweaver AppDev, Design and Development.
-
singh83 #1
Microsoft VBScript compilation (0x800A0401) error
Hi,
please could anyone help me with a problem I am having with DW.
I am doing a tutorial which comes with DW:
Building a Master-Detail Page Set Tutorial
After creating the master and detail page (both ASP javascript documents) (and
a record set is pulled from the sample database you get when you install DW) I
get a problem when I press F12 to view in the browser. The Master page
appears, but when I click on a link to open the detail page I get the following
error:
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
--------------------------------------------------------------------------------
Technical Information (for support personnel)
Error Type:
Microsoft VBScript compilation (0x800A0401)
Expected end of statement
/myapp/locationDetail.asp, line 5, column 33
var rsLocations__MMColParam = "1";
--------------------------------^
Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
Page:
GET /myapp/locationDetail.asp
Settings:
O/S: Windows XP with SP2
D/w version: MX 6.1
Web Server (local): IIS
My testing server (IIS) is setup to run ASP Javascript.
Please could anyone help me ASAP, as I need to sort this problem out before my
University final year project deadline, which is due very soon.
Many Thanks,
Sarb.
singh83 Guest
-
error message: Microsoft JScript compilation error '800a03ec'
Recieved following error message: Microsoft JScript compilation error '800a03ec' Expected ';' ... -
Microsoft VBScript runtime error '800a01ad'
I get the following error message when trying to create an instance of a DLL on a Windows 2003 Server machine from an ASP page: Microsoft VBScript... -
MS VBScript Compilation error 800a0401
I have no idea what's wrong with the following ASP statement: Response.Write "<select name=\"id\">" MS VBScript Compilation error 800a0401... -
Microsoft VBScript runtime error '800a01c9'
Hi I am getting this error which is frustrating me a lot Microsoft VBScript runtime error '800a01c9' This key is already associated with an... -
Microsoft VBScript compilation error
Hi Gerry, In VBScript, you don't use square brackets for the parameter name. Try: If (Request.Form("reviews") <> "") Then Best regards,... -
RichMcCrea #2
Re: Microsoft VBScript compilation (0x800A0401) error
hm.. you have javascript line in a VBScript compilation. I think your site is
confused on it's inate language. it is possible to use javascript and visual
basic on the same page but you have to add tags to switch the language.
clues to the facts you're using javascript var instead of dim semi colon at
end of statement (basic uses no terminating character)
RichMcCrea Guest



Reply With Quote

