I picked up this pretty cool script that creates a side nav bar, however, I can't seem to get it to hyperlink. Please help - the code calls an outside .js file with all the arrays in it from teh main nav bar. Below is the code for the array:
OutBarFolder1=new Array(
"Dining Out",
"mail.gif","Chinese Food","javascript:Run('"chat.gif","Chat","javascript:Run(2)","",
"news.gif","Newsgroup","javascript:Run(3)","",
"netm.gif","Netmeeting","javascript:Run(4)",""
);
what is the proprer syntax for the link - the bottom 3 in the array call the applications "2,3,4" correctly, but I can't figure out how to hyperlink. - Thanks very much!
OutBarFolder1=new Array(
"Dining Out",
"mail.gif","Chinese Food","javascript:Run('"chat.gif","Chat","javascript:Run(2)","",
"news.gif","Newsgroup","javascript:Run(3)","",
"netm.gif","Netmeeting","javascript:Run(4)",""
);
what is the proprer syntax for the link - the bottom 3 in the array call the applications "2,3,4" correctly, but I can't figure out how to hyperlink. - Thanks very much!