Drop Down Menu

  • Thread starter Thread starter Ann AAP
  • Start date Start date
A

Ann AAP

somehow my drop down menu is no longer formatted correctly and the links on
it do not work. how do i make the links work without redoing the whole form?

--
Ann Brown
Operations Manager
Abortion Access Project
552 Massachusetts Ave. #215
Cambridge, MA 02139
(617)661-1161, phone
(617)492-1915, fax
donate online at www.abortionaccess.org
 
-----Original Message-----
somehow my drop down menu is no longer formatted
correctly and the links on it do not work. how do i make
the links work without redoing the whole form?

Can't tell; not enough info. Please post the URL of the
offending page to this thread.

If that's not possible, post the HTML for the drop-down
menu and any associated JavaScript to this thread.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
Your select (and options) need to be inside of form tags
Add <form> before
<select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO" size="1">

And
</form> after
</select>

If that doesn't work you can create a new drop down using the tool at
http://www.echoecho.com/tooldropdown.htm

--




| http://www.abortionaccess.org/home.htm
| it's the top "select from our projects." i didn't set this up and don't know
| if any java script is in it.
|
| thanks!
|
|
| | > >-----Original Message-----
| > >somehow my drop down menu is no longer formatted
| > >correctly and the links on it do not work. how do i make
| > >the links work without redoing the whole form?
| >
| > Can't tell; not enough info. Please post the URL of the
| > offending page to this thread.
| >
| > If that's not possible, post the HTML for the drop-down
| > menu and any associated JavaScript to this thread.
| >
| > Jim Buyens
| > Microsoft FrontPage MVP
| > http://www.interlacken.com
| > Author of:
| > *------------------------------------------------------*
| > |\----------------------------------------------------/|
| > || Microsoft Office FrontPage 2003 Inside Out ||
| > || Microsoft FrontPage Version 2002 Inside Out ||
| > || Web Database Development Step by Step .NET Edition ||
| > || Troubleshooting Microsoft FrontPage 2002 ||
| > || Faster Smarter Beginning Programming ||
| > || (All from Microsoft Press) ||
| > |/----------------------------------------------------\|
| > *------------------------------------------------------*
| >
|
|
 
Back
Top