January 21st, 2003, 03:12 PM
|
#1 (permalink)
|
| Ultimate Member
Join Date: Oct 2001 Location: Savannah, GA
Posts: 1,752
|
After I get done with C++ one and two, I'll take a java class, but untill then, all I have is TechIMO to help... Code:
//slideMenu.makeMenu('level','label','link')
slideMenu.makeMenu('top','<b>Glossary</b>','glossary.htm') there is a source file, slidemenu. js, which defines the format of the above lines. However, it opens the link in the sam window. How do I open only that one link in a new window? Is there something inline that I can add?
BTW, the menu was downloaded from www.dhtmlcentral.com
I've already tried: Code: <a href="glossary.htm' target="_blank"><b>Glossary</b></a> for the 'label', but it messes up the style for this single link, which were set for the javascript in the heading. To see what I'm talking about, imagine the menus on the left if they looked like regular links, with underlining and that blue color: http://eagle4.cc.gasou.edu/~jknight6/selfhelp/ |
| |