Open Modal

Popup iFrame

This is a really simple widget for creating a popup modal window which opens by clicking a CTA style link tab with content created on another page in EverWeb displayed in an iframe.

NOTE: When creating content to be displayed in an iframe, be aware that any links in that content will open in the frame too. To avoid this, the link should have a target=_"top" added like thise …

<a href="page-name.html" target="_top">Link Text</a>

This will cause the link to break out of the frame and open in a full size browser window.

EverWeb Widgets