Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Page links from combo box

Status
Not open for further replies.

Peeps66

Technical User
Nov 25, 2007
4
Hi All

I'm trying to set-up a combo box with the options contents, index and a few others. When for example 'contents' is chosen, I want the document to navigate to the contents page.

I'm presuming I need javascript of which I know very little about.

From what I can gather, I need to start with something like,
if(event.value == "Contents")
{

and then if I use named destinations, use something like
myLink.setAction("this.gotoNamed Dest('Contents');");

but I'm not sure if this is right or this is the correct syntax.

Could anyone give me any suggestions?

I'd be grateful for any help

Peeps66

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top