Forum Moderators: open
Someone, Anyone Please help me with this... I am literally about at my witts end here that seems to be so basic yet Im having such a Bitch of a time trying to find....!!!!!!!!!
Any help would be Tremendously Appreciated..!!!!!
Signed ....... The Village Idiot
i was in the same boat as you (FP98 etc). I shouldnt say this (ive said it three times this week) but you might want to try the FDSE search engine. Tis free, and its gonna do what you are asking.....it even offers examples of different forms you may want to use to utilise your search
it is written in perl and if you have probs installing, their is an automatic install feature for the site
and by the way, I dont own that site, but i really do recommend it ;)
hope it helps
<form name="jump" onmouseover="self.status='My Pulldown Menu';return true">
<select name="menu" onchange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO">
<option value="http://www.somesite.com/link1.htm">Menu Text 1</option>
<option value="http://www.somesite.com/link2.htm">Menu Text 2</option>
<option value="http://www.somesite.com/link3.htm">Menu Text 3</option>
<option value="http://www.somesite.com/link4.htm">Menu Text 4</option>
</select>
</form>