Ad Popup
Make a popup graphic appear when a webpage loads. IT be set to load once per session, of whenever the page is hit.
Example: /playground/AdPopup - Custom Attribute - DivCssClass: CSS class style to apply to popup div
- Custom Attribute - DivID : Name to give div, is usually uniqueCustom Attribute - CordinateMapID : Name for coordinate map, should be unique if more then one on page
- Custom Attribute - PopupImageSrc : url to popup background image
- Custom Attribute - UrlDestination : url, popup background link destination
- Custom Attribute - CloseCoordinates : coordinates that close popup, box described like 170,326,200,339
- Custom Attribute - AlwaysPopup : False, only popup on first hit in session. True, always popup.
- Custom Attribute - AltDivContent : If value not blank, or ‘none’, overwrite default popup div content with this.
Usage: - A custom CSSClass can be referenced (and this would be where to change the location of the popup if the default location is not satisfactory).
- The DivID can be the same as other advertisements, on other pages, and if AlwaysPopup is False, then they only see the popup once PER SESSION regardless of which page they saw it on.
- IF AltDivContent is not blank or ‘none’, then DivCssClass and DivID compose the wrapper div, and the AltDivContent completely replaces the default body made by the rest of the attributes.
|
ad popup placeholder example.
<placeholder_adpopup AltDivContent="none" AlwaysPopup="False" CloseCoordinates="170,326,200,339" CordinateMapID="mapid" DivCssClass="popupdiv" DivID="popupdiv" PopupImageSrc="/files/home/configuration/sitegraphics/adpopupsample.jpg" UrlDestination="http://www.google.com" />
|