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?
