Hello
I am a newbie to javascript, so I hope someone can answer this question.
I am using a series of drop down boxes, and when I click the last, I want to connect to a .htm file on my computer instead of a external webpage.
Example:
secondGroup[3][1][1]=new Option("CNN","http://www.cnn.com")
What should I write to connect to a local page, I want to use the dropdown box's values as hyperlinks?
secondGroup[3][1][1]=new Option("My page","???????????")
I am hoping to get an answer.
Gryofunk
I am a newbie to javascript, so I hope someone can answer this question.
I am using a series of drop down boxes, and when I click the last, I want to connect to a .htm file on my computer instead of a external webpage.
Example:
secondGroup[3][1][1]=new Option("CNN","http://www.cnn.com")
What should I write to connect to a local page, I want to use the dropdown box's values as hyperlinks?
secondGroup[3][1][1]=new Option("My page","???????????")
I am hoping to get an answer.

Comment