Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > ASP Forms

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-17-04, 17:40
firest8t firest8t is offline
Registered User
 
Join Date: Jun 2004
Posts: 1
Unhappy ASP Forms

Hi I am trying to get a simple form in asp running and everytime I upload the page to the server and view it, I receive this message:

Microsoft JScript compilation error '800a03ec'
Expected ';'
/proto/form.asp, line 1

I want a user to be able to fill out the form and submit it and it get emailed to me - I am using this tutorial:
http://www.dwfaq.com/Tutorials/Forms/asp_form1.asp

Maybe I filled out this code wrong:

<%@LANGUAGE="VBSCRIPT"%>
<% fromName="Webade.co.uk" fromAddress="form@webade.co.uk" toName="Design" toAddress="webmaster@webade.co.uk" subject="Website Feedback Form" relay="smtp.yourhost.net" %><html>

Can someone please shed some light on this?
Reply With Quote
  #2 (permalink)  
Old 06-17-04, 22:26
rokslide rokslide is offline
Coffee Minion
 
Join Date: Nov 2003
Location: Sydney
Posts: 1,515
From what you have provided I don't think we can help at all. Can you post the entire form.asp page so that we can see exactly what you are doing?

There is an interesting mismatch here... you are writting in vbscript but the error is reporting that it is jscript....
Reply With Quote
  #3 (permalink)  
Old 06-21-04, 13:12
Spudhead Spudhead is offline
Registered User
 
Join Date: Jan 2002
Posts: 142
Yeah, this is a bit weird. A JScript compiler would certainly throw exactly that error on seeing that code, but the JScript compiler shouldn't be looking at it at all. What server setup is this on? Anything... odd.. about it? Something installed on it that's said it owns ASP files rather than IIS? This IS an ASP file you're trying to run, isn't it?
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
Trackbacks are On
Pingbacks are On
Refbacks are On