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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

javascript:Run

Status
Not open for further replies.

altaratz

ISP
Apr 15, 2001
73
US
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!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top