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
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