Make your drop down then go over to HTML view and modify your <select> tag
so it looks like this
<select
onchange="if(this.options.selectedIndex>0)location.href=this.options[this.options.selectedIndex].value">
<option value="">Choose A Link</option>
<option value="http://www.youraddress.com/masks.htm">Masks</option>
etc.......
HTH
Don
===============================
| I'm having trouble getting my drop boxes to link to other pages. any
| suggestion on how to fix this annoying problem?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.