Wanting to create a good looking drop down list...
I work for a company that has several outlying branches and I am wanting to create a webpage to serve as a phone directory. I would like to have each outlying branch as a link, then when someone clicks on each link, it drops down the entire phone list for that branch. I'm looking at creating this webpage to add it into our Sharepoint as a web part.
I am wondering if anyone out there has any links to any templates on how to do this or maybe even code that I could manipulate. Any suggestions would be greatly apprecaited.
I m not sure this will help u or not...Create different websites in your main site...& add those sites url in place of these urls
copy this code:
<form name="USER"><select name="menu"><option value="http://ebsite one"/>website one<option value="http:// website 2."/>website to<option value="Website 3"/>website 3</select><input type="button" onClick="location=document.USER.menu.options[document.USER.menu.selectedIndex].value;" value="Go!"/></form>
Bookmarks