-
Help with Top Navigational Bar II
hello, just wondered if there was any way I can get the links on top navigational bar 2 to open in an iframe, thanks very much
-
-
2) Menu links targetting
When an item or header is clicked on, the associated link string is checked. If it's a null string, nothing is done. If the string starts with "javascript:" the code that follows is executed. For anything else, the string is taken to be a URL and the window's location is set to that value, causing the link to be followed.
To setup a menu link so that the url loads in another frame, use the following javascript: url:
javascript: parent.framename.location='http://dynamicdrive.com'
where "framename" is the name of the frame you wish to target.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks