Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Markleshark

macrumors 603
Original poster
Aug 15, 2006
6,249
10
Carlisle, Up Norf!
Sorry for the rather long thread title.

I'm currently building a (pretty basic) website for a friends band and when you click on a snippet of a news item it brings up a small pop up box with the full news item (pop up is in Java).

I want to include a link to their "News Archive" inside this pop up box, but I want that page to open in the original browser window (the one the user was reading before clicking to bring up the news article).

Is this possible?

Hope I've been clear enough.

Cheers,
Mark.
 
In the link, add a target attribute and target the parent.

HTML:
<a href="..." target="_parent">link</a>
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.