View Full Version : Java Script Link to specific target


punkandjunk
01-16-2003, 09:24 PM
okay, I have a top menu made from javascript. It's a cool menu i downloaded from a script site. I have it all configured and i'm about to add the links, but they look like this:

oCMenu.makeMenu('top1','',' News','http://www.punkandjunk.com/news','')

that last area is where you put the link but I also want to add a target="centerframe" how can I do this?

I guess all I need is the proper syntax

iTom
05-10-2005, 06:38 PM
i don't think u can, it's a javascript which does not use:
<a href="clickhere.htm">click here</a>