mikedanese
Junior Member
Posts: 2
Registered: 2/26/2004
Member Is Offline
|
| posted on 2/26/2004 at 04:15 PM |
|
|
calling menu.js from header frame
say I have a header similar to softcomplx header. I want the link (EX: 'About Us') to show a page: about.html in the content frame. what is
the syntax for the header.html 'About Us' link?
EG: ;<a href="javascript: menu(menu_items(),about.html)">About Us</a>
-- not working
|
|
|
mikedanese
Junior Member
Posts: 2
Registered: 2/26/2004
Member Is Offline
|
| posted on 2/26/2004 at 05:19 PM |
|
|
found it
got it, guess I can do this simply w/ html
as in:
<A HREF="url" TARGET="window_name">Targeted Anchor</A>
thanks,
|
|
|