Hello.
I used that site and I thought it worked great, except for ONE thing.
I took off the code that changed the type under the drop down box and now when i published it I get the following error.
"A runtime error has occured. Do you wish to debug? Line 11 object expected"
Here is the code that i have for my drop down menu.
<form name="a294" >
<select name="a969" size="1" style="background-color:#FFFFD7" onChange="displaydesc(document.a294.a969.selectedIndex)">
<option selected value="mda.htm">Management's Discussion and Analysis </option>
<option value="cbs.htm">Consolidated Balance Sheets</option>
<option value="cse.htm">Consolidated Statements of Earnings</option>
<option value="cscf.htm">Consilidated Statements of Cash Flows</option>
<option value="notes.htm">Notes to Consilidated Financial Statements</option>
</select>
<input type="button" value="Go"
onClick="location=document.a294.a969.options[document.a294.a969.selectedIndex].value"><br>
<span id="descriptions" align="left" style="font:italic 13px Arial">
</span>
</form>
Basically, i just want a drop down menu where i can click on the options and it will load go to the specific webpage.
Any help would be much appreciated!
S-