M
Michael D.
Hi,
I'm new to html and java script, so forgive my novice understanding of them.
I have a form which was created with FrontPage 02. I had someone insert a
modified double combo box into (from
http://www.javascriptkit.com/script/cut183.shtml ) the form. I want the
user's selections in the combo box to be submitted (as email) with the rest
of the form input data. Click following link for
form:http://www.day-and-associates.com/collection_submission_form_v1.htm
The combo box works fine on my hard drive, opening it in Internet Explorer 6
or previewing it in Frontpage, without any errors or problems. However, when
I save it to my web site server and open it in Internet Explorer, I get a
Runtime Error.
Line 1316
Char: 20
Error: Expected end of statement
Code: 0
URL: http://www.day-and-associates.com/collection_submission_form_v1.htm
After clicking NO to debugging, when I scroll down to the double combo box
and click on the drop down menu for the first box to make a selection in the
list (the category box), I get a 2nd Runtime Error:
Line 1172
Error: Object required: "this".
The person I had help me integrate the double combo box into my form says
they don't know how to fix this error. Does anyone know how I can solve these
runtime errors? Any help would be greatly appreciated.
Thank you,
Mike
I'm new to html and java script, so forgive my novice understanding of them.
I have a form which was created with FrontPage 02. I had someone insert a
modified double combo box into (from
http://www.javascriptkit.com/script/cut183.shtml ) the form. I want the
user's selections in the combo box to be submitted (as email) with the rest
of the form input data. Click following link for
form:http://www.day-and-associates.com/collection_submission_form_v1.htm
The combo box works fine on my hard drive, opening it in Internet Explorer 6
or previewing it in Frontpage, without any errors or problems. However, when
I save it to my web site server and open it in Internet Explorer, I get a
Runtime Error.
Line 1316
Char: 20
Error: Expected end of statement
Code: 0
URL: http://www.day-and-associates.com/collection_submission_form_v1.htm
After clicking NO to debugging, when I scroll down to the double combo box
and click on the drop down menu for the first box to make a selection in the
list (the category box), I get a 2nd Runtime Error:
Line 1172
Error: Object required: "this".
The person I had help me integrate the double combo box into my form says
they don't know how to fix this error. Does anyone know how I can solve these
runtime errors? Any help would be greatly appreciated.
Thank you,
Mike