Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:34

would it be possible to set target= status in the style?


Poster: erutanlive
Dated: Monday June 24 2002 - 9:54:36 BST

I have a very large menu, which acts as a navigation system for a lyrics archive. It takes a bit of time to load, and therefore i can't use it on everypage, but have one page load it and then have it open all links in a new window.

This adds almost 5k to the filesize right now, because for every link i had to add in (using replacer) the target= info.

If this was implemented it would also make frames support a bit easier i would imagine.

Just wondering if this would be possible, it seems like it would be.

Thanks,
Carl


Poster: Andy
Dated: Monday October 7 2002 - 9:47:40 BST

You could try setting a base href for your document.

Code:
<BASE HREF=http://www.whatever.com/yourstuff>


and see what happens.

-- Andy