Runtime Errors

G

Guest

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
 
G

Guest

The combo box being referred to is the last 2 drop down menu boxes on the
form, just above the submit and reset buttons.
 
M

MP

I just tried it use IE6 and it worked! You should be getting a submission
full of "Test" That was me!
 
G

Guest

I found what the problem was. The scripting language for the form in
Frontpage was set to VBScript. I changed it to JavaScript and it solved the
runtime error problem. Thanks for your input!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top