Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 21st, 2006, 06:56 AM
Registered User
 
Join Date: Sep 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Microsoft VBScript compilation error '800a03ea'

Dear friends,

When I am trying to access
http://www.marriagewing.com/cc.asp

I am getting the error

Syntax error

/Sfa/CardInfo.asp, line 2

Class CardInfo
^

While searching the forums, some people said to check the version of VBscript engine, but its found that its 5.6. while others saying that must be syntax error.

Here is the code that refernces to CardInfo.asp
which is reffered by other class file located in the same folder as CardInfo.asp




Please my friend Help please
 
Old October 10th, 2011, 03:09 PM
Registered User
 
Join Date: Oct 2011
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Microsoft VBScript compilation error '800a03ea'

Dear Friends,

I am facing the problem and keep on getting the same error message. Can some one please help me with this Syntax error

<%
trecord = Request.form("trecord")
a = 0
do while not a = trecord

Lname = Request.Form("L_NAME"&a)

Execute "L_NAME"& a &"='"& Lname &"'"

a = a + 1
If trecord = a then
'exit do
end if
loop
Response.write L_NAME0

%>





Similar Threads
Thread Thread Starter Forum Replies Last Post
Microsoft VBScript compilation error '800a03f6' jdutwell Classic ASP Basics 3 April 2nd, 2008 01:50 PM
Microsoft VBScript compilation error '800a03ea' activelobby.sim Classic ASP Basics 1 September 21st, 2006 09:22 AM
Microsoft VBScript compilation error '800a0408' tarzannn Classic ASP Professional 2 February 3rd, 2006 08:55 AM
Microsoft VBScript compilation error karlzoe Classic ASP Databases 2 December 29th, 2004 10:44 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.