Contact form coded in ASP

Discussion in 'General troubleshooting' started by mikegill820, May 15, 2009.

  1. Hi, I keep getting an errror message when I try to submit an application from the page http://www.rappaportco.com/employment_application.htm which goes to http://www.rappaportco.com/employment_application.asp. When you press submit on the ..../employment_application.HTML page you get an error message on the .../employment_appliaction.ASP page. The problem is on the the ASP page. I get this message.

    Microsoft JScript compilation error '800a03ec'
    Expected ';'
    /employment_application.asp, line 72
    Dim EmailFrom
    ----^ This is a well know contact from script, because it is listed first in almost every contact form search on google or yahoo. I've used it for PHP and Perl many times and it works flawlessly. I've not yet used it for ASP till today. Can you tell me what the problem is?
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    post your code.
     

Share This Page