localendar Forums Homepage


Print at Nov 5, 2025, 2:49:22 AM

Posted by support at Oct 5, 2011, 8:48:22 PM
Re: linking out of iframe to a full page
You kind of lost me. The target=_blank should give you that new page (or tab, depending on how the user configures their browser.

Are you saying you want it to "bust" out of the frame and take over the current window they are looking at?

If that's the case.. try this. Put this code at the top of the page on your site where you have the event details:
<SCRIPT LANGUAGE="Javascript">
<!--
if (top.location != self.location) {
top.location = self.location;
}
//-->
</SCRIPT>


That should make that page "bust" out of the frame if a visitor gets to it via your calendar.
----------------------------------------
Marc Higgins
Support Associate, localendar.com
Follow us on Twitter! http://www.twitter.com/localendar_news

Help! | Cobranding | Legal | Privacy Policy | About localendar.com | Contact Us