Hello,
I created a form which is to email results. I noticed an error at bottom of screen & when I click on it I see: Line 123, Char 14, Function Expected, Code: 00. The error doesn't occur until I click the submit (EMAIL THIS INFO)
Furthermore, when I test the form, the lines are there but no data follows.
See my reply for code...I see no error and the values are coming through for me.I figured out that the error was because I deleted the function value
This is code at top of web page
<!--webbot BOT="GeneratedScript" PREVIEW=" " startspan --><script Language="JavaScript"><!--
function FrontPage_Form1_Validator(theForm)
This is the code near the form.
//--></script><!--webbot BOT="GeneratedScript" endspan --><form enctype="text/plain" method=post action=mailto:email address.net <DIV dir=ltr style="TEXT-ALIGN: left" onsubmit="return FrontPage_Form1_Validator(this)" name="FrontPage_Form1"
The problem that remains is it won't clear the form nor go to a new page.
I created a form which is to email results. I noticed an error at bottom of screen & when I click on it I see: Line 123, Char 14, Function Expected, Code: 00. The error doesn't occur until I click the submit (EMAIL THIS INFO)
Furthermore, when I test the form, the lines are there but no data follows.
See my reply for code...I see no error and the values are coming through for me.I figured out that the error was because I deleted the function value
This is code at top of web page
<!--webbot BOT="GeneratedScript" PREVIEW=" " startspan --><script Language="JavaScript"><!--
function FrontPage_Form1_Validator(theForm)
This is the code near the form.
//--></script><!--webbot BOT="GeneratedScript" endspan --><form enctype="text/plain" method=post action=mailto:email address.net <DIV dir=ltr style="TEXT-ALIGN: left" onsubmit="return FrontPage_Form1_Validator(this)" name="FrontPage_Form1"
The problem that remains is it won't clear the form nor go to a new page.