Forum Moderators: open
<td colspan="5"><form name="MyForm">
<p><select name="primary" size="1"
onchange="javascript:MakeSecondary()">
<option value>QUICK NAVIGATION - Select a Category</option>
<option value="AP">Airliner Pins</option>
var FormName = "MyForm";
var initSubLine = "Select a category from the left dropdown";
var APArray = new Array();
APArray[0] = "-- Select an Airliner Type --";
APArray[1] = "Boeing 707¦707TP.htm";
APArray[2] = "Boeing 737¦737TP.htm";
APArray[3] = "Boeing 747¦747TP.htm";
APArray[4] = "Airbus A300¦A300TP";
APArray[5] = "Concorde Gold¦concgoldTP.htm";
APArray[6] = "Concorde Silver¦concsilTP.htm";
As you can see I've made the secondary values links, nut not sure of the next step.
Any help would be greatly received! I've tried asking the site where I got the html and instructions from but no reply as yet and I'm a bit of a hurry!
If anyone needs to see more of the html - the link is:
<Sorry, no personal URLs.
Please see Forum Charter [webmasterworld.com]>
[edited by: tedster at 8:58 pm (utc) on July 30, 2005]