Hi! I am creating a web page (my first "real" one), and I have totally confused myself. I am creating a page sort of like the one found at:
My problem is that when I made the drop-down menus, I can't find an option that will let me link to the folder I want it to, and how to submit it so the information will show up in a different frame. I thought I had it right, but when I previewed it, I received a script error saying:
Line: 789
Char: 4
Error: Invalid argument.
Code: 0
So, I checked the syntax and it gave me 2 errors. The first error was <select> cschng. Here is the first one:
<select name="selectName" size="1" onchange="CSAction(new Array(/*CMP*/'ACDFB3F2'));" cschng="ACDFB3F2">
<option value="1/1/105.txt">first</option>
<option value="two">second</option>
<option value="three">third</option>
</select>
and the second one was <input> csclick and it was for:
<input onclick="CSAction(new Array(/*CMP*/'ACA956F1'));" type="button" name="submitButton" value="Submit" border="0" csclick="ACA956F1">
Can you tell what I am doing wrong from the information I have given?
If anyone could please help I would be very grateful, as I am pulling my hair out trying to figure it out!
Thanks a bunch!
Anne
My problem is that when I made the drop-down menus, I can't find an option that will let me link to the folder I want it to, and how to submit it so the information will show up in a different frame. I thought I had it right, but when I previewed it, I received a script error saying:
Line: 789
Char: 4
Error: Invalid argument.
Code: 0
So, I checked the syntax and it gave me 2 errors. The first error was <select> cschng. Here is the first one:
<select name="selectName" size="1" onchange="CSAction(new Array(/*CMP*/'ACDFB3F2'));" cschng="ACDFB3F2">
<option value="1/1/105.txt">first</option>
<option value="two">second</option>
<option value="three">third</option>
</select>
and the second one was <input> csclick and it was for:
<input onclick="CSAction(new Array(/*CMP*/'ACA956F1'));" type="button" name="submitButton" value="Submit" border="0" csclick="ACA956F1">
Can you tell what I am doing wrong from the information I have given?
If anyone could please help I would be very grateful, as I am pulling my hair out trying to figure it out!
Thanks a bunch!
Anne