Hi
I am a beginner with javascript.
I'm using the script found at the URL below (although highly customized w/my own info.):
http://www.javascriptkit.com/script/...plecombo.shtml
The code works perfectly except on one instance.
I cannot get the script to access locally stored webpages when selecting an option.
I have the following
secondGroup[5][6][9]=new Option("61","C:\Documents and Settings\gspaull\My Documents\industrial sales website\D661.htm");
If i remove the path and try to access a page in teh same folder as this page it still will not work.
All http:// links work perfectly but the local file comes up with a access denied message.
Can anyone help.
Thanks