If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
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, 16: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, 21:26
rokslide rokslide is offline
Registered User
 
Join Date: Nov 2003
Location: Christchurch, New Zealand
Posts: 1,617
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, 12:12
Spudhead Spudhead is offline
Registered User
 
Join Date: Jan 2002
Posts: 189
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On