Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Publisher / Web Design / April 2006

Tip: Looking for answers? Try searching our database.

How do you add dropdown hyperlinks to web page using Publisher?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
LFalzone - 28 Apr 2006 18:19 GMT
I am trying to add dropdown hyperlinks to my web page using Publisher.  I
have hyperlinks for the main subjects (About Us, Contact Us, etc.) which I do
not want.  I want dropdowns (additonal subjects) under each of these with
their own hyperlinks.  How do I go about this?
Don Schmidt - 28 Apr 2006 18:48 GMT
Here is the code fragment that was given to me by John Inzner which works
well.  You will need to substitute, add or delete some the data to meet your
requirements.

Signature

Don
Vancouver USA

<script language="JavaScript">
function goToPage(url)
{
if (url != "")
{
window.open(url);
}
}
</script>

<form name="dropdown">
<label>Websites of O.S.I.A.
<select name="list" accesskey="W">
<option selected>Please select one</option>
<option value="http://www.osiaglnw.org/localunitsite.cfm?LCID=1" >Beaverton
Lodge #2645</option<http://www.osiaglnw.org/localunitsite.cfm?LCID=1>
<option value="http://www.osiaglnw.org/localunitsite.cfm?LCID=3" >Bella
Rosa Portland
#2734</option<http://www.osiaglnw.org/localunitsite.cfm?LCID=3>
<option value="http://www.iinet.com/~k1294lodge/" >Camelia-Columbo Lodge
#1294</option<http://www.iinet.com/~k1294lodge//>
<option value="http://www.osiaglnw.org/localunitsite.cfm?LCID=13" >Mille
Cugini Lodge
#2659</option<http://www.osiaglnw.org/localunitsite.cfm?LCID=13>
<option value="http://www.vanusa.org/" >The Wine
Cellar</option<http://www.vanusa.org/>
</select>
<button onclick="goToPage(document.dropdown.list.options(
document.dropdown.list.selectedIndex).value)">Go</button>
</form>

>I am trying to add dropdown hyperlinks to my web page using Publisher.  I
> have hyperlinks for the main subjects (About Us, Contact Us, etc.) which I
> do
> not want.  I want dropdowns (additonal subjects) under each of these with
> their own hyperlinks.  How do I go about this?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.