View Full Version : drop down menus question...


BulbaGrrrl
07-11-2003, 06:32 AM
is there a code so that when someone clicks on a link in a drop down menu, the menu returns to the "where to..." text at the top of a drop down menu instead of staying on the link text that was clicked?

bellportal
07-11-2003, 09:41 AM
I don't quite understand the circumstances. Have you got a link to a page with this on?

BulbaGrrrl
07-11-2003, 08:00 PM
I had drop down menus on my old page: www.geocities.com/monharmony

When you use the drop down menu and click on one of the links in it, the drop down menu stays on that link when it's released. Is there a way so that after the link is clicked the menu automatically goes back to the top?

Like, on the first menu I've got for example, the one that says 'site' when you scroll down and choose one of the links, once you've clicked on it, it stays on that link. Is there a way so that once you've clicked the link the menu automatically returns to 'site'?

bellportal
07-12-2003, 08:40 AM
I have looked at the HTML and in the HEAD section add the blue text after the red.

window.open(form.menu.options[myindex].value,
target="inlineframe");
form.menu.value='0';

HTH,