Hello everyone,

For the navigation of my website I have decided to use a Drop Down Menu which I have inserted into the side menu template so it shows on every page.

This is all fine except when you click on it the first time then its successfully loads the page as requested. However, when you go to use it again it doesnt seem to work again and you need to click back in order for it to work again.

Is there any way I can get it so that when you click on the menu option..it loads the page and refreshes the drop down menu so it will work again?

Here is the code for it:

Any help is very much or advice is much appreciated ...

Kind Regards
Justin

<form action="dummy" method="post"><select name="choice" size="1" onChange="jump(this.form)"><option value="">--CITY PLACES MENU--</option><option value="http://www.cyberpetworld.com/city_shops/shopping_centre.php">The Shops</option><option value="http://www.cyberpetworld.com/city_jobcentre/job_centre.php">Job Centre</option><option value="http://www.cyberpetworld.com/city_police/police_station.php">Police Station</option><option value="http://www.cyberpetworld.com/city_newsroom/newsroom.php">News Room</option><option value="http://www.cyberpetworld.com/city_offices/reception.php">Council Offices</option><option value="http://www.cyberpetworld.com/city_post/post_office.php">Post Office</option>
<option value="">-------------------------</option><option value="http://www.cyberpetworld.com/city_offices/engineers.php">Engineering Support</option><option value="http://www.cyberpetworld.com/files/feedback.php">Feedback</option></select></form>

Thanks but I have managed a way to sort this. Yay


Thank you for your time. :O)

Justin

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.