Link target options
Specifying a target lets you control how the link's target webpage or file opens.
By default, link targets open in new browser windows (or tabs, depending upon browser settings). This leaves the event detail page open in its original window so visitors can easily find the calendar again. If that's the link behavior you prefer, leave the target setting just as it is.
You may want to consider other link target options, especially if you use frames or iframes on your calendar page:
- New Window (default) The target webpage opens in a new browser window or tab.
- Topmost Window The target webpage fills the original webpage, replacing the iframe content, if your calendar is in an iframe, or the calendar content if it's not. Visitors use the back button to return to the calendar.
- Parent Window If your calendar is embedded in an iframe, the target webpage replaces the calendar in the iframe. If your calendar is not in an iframe, the target webpage fills the original webpage. Visitors use the back button to return to the calendar.
- Named Frame If you have a named frame or iframe on the webpage where the calendar is embedded, the target webpage opens in the named frame/iframe, leaving the calendar visible.
Learn more: Use HTML tags to format the description; How the HTML editor works