|
| Index | Recent Threads | Register | |
![]() |
Forums » List all forums » Forum: Webmaster's Corner » Thread: linking out of iframe to a full page |
|
Total posts in this thread: 4 |
[Change thread status]
[Delete this Thread]
[Move this Thread] [Add To My Favorites] [Watch this Thread] [Post new Thread] |
| Author |
|
|
Mel74
New Member
|
I have inserted a calendar to my website using an iframe. For one of my listings on the calendar, I inserted a link to a separate page on my site which describes the event in full detail. However the link opens up only within the iframe. How do you make the link display to a full page? |
||
|
|
support
localendar Expert Joined: Aug 9, 2022 Posts: 6438 Status: Offline |
if your link (you may want to edit the HTML) you can specify that the target open up in a new window. For example: <a target=_blank href="http://www.yahoo.com">Go to Yahoo</a> The target=_blank is what causes this behavior. ---------------------------------------- Marc Higgins Support Associate, localendar.com Follow us on Twitter! http://www.twitter.com/localendar_news |
||
|
|
Mel74
New Member
|
Thank you, opening to a new page works, but I really don't want a new tab opened. I just want the link to open to a full size page, not just within the iframe. |
||
|
|
support
localendar Expert Joined: Aug 9, 2022 Posts: 6438 Status: Offline |
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"> 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 |
||
|
| [Show Thread Printable Version] [Post new Thread] |
Help! | Cobranding | Legal | Privacy Policy | About localendar.com | Contact Us |