R
Randy
--
Thank you in advance for your time and help.
Best regards,
Randy
Thank you in advance for your time and help.
Best regards,
Randy
Dan L said:If by "scroll down button" you mean "drop down arrow", then
<form>
<select onChange="if(options[selectedIndex].value)
window.location.href=(options[selectedIndex].value)">
<option>Select...
<option value="http://www.yahoo.com">Yahoo</option>
<option value="http://www.google.com">Google</option>
<option value="http://www.lycos.com">Lycos</option>
</select>
</form>
Randy said:--
Thank you in advance for your time and help.
Best regards,
Randy
Dan L said:If by "scroll down button" you mean "drop down arrow", then
<form>
<select onChange="if(options[selectedIndex].value)
window.location.href=(options[selectedIndex].value)">
<option>Select...
<option value="http://www.yahoo.com">Yahoo</option>
<option value="http://www.google.com">Google</option>
<option value="http://www.lycos.com">Lycos</option>
</select>
</form>
Randy said:--
Thank you in advance for your time and help.
Best regards,
Randy