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

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
erutanlive
Beginner
Beginner
Posts: 1
Joined: Mon Jun 24, 2002 9:48 am

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

Post by erutanlive »

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
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

You could try setting a base href for your document.

Code: Select all

<BASE href="http://websites.milonic.com/whatever.com/yourstuff>
and see what happens.

-- Andy
Post Reply