<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.whirlwind-ecommerce.com/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Page_Templates%3AAjax_%28layer%29_Pop-ups</id>
		<title>Page Templates:Ajax (layer) Pop-ups - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.whirlwind-ecommerce.com/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Page_Templates%3AAjax_%28layer%29_Pop-ups"/>
		<link rel="alternate" type="text/html" href="http://wiki.whirlwind-ecommerce.com/mediawiki/index.php?title=Page_Templates:Ajax_(layer)_Pop-ups&amp;action=history"/>
		<updated>2026-04-24T13:12:23Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>http://wiki.whirlwind-ecommerce.com/mediawiki/index.php?title=Page_Templates:Ajax_(layer)_Pop-ups&amp;diff=573&amp;oldid=prev</id>
		<title>71.163.185.8: New page: Ajax (layer) pop ups look similar to traditional pop ups. Since the technology uses 'layers' within the existing page instead of opening a new page, it is NOT subject to pop up blockers, w...</title>
		<link rel="alternate" type="text/html" href="http://wiki.whirlwind-ecommerce.com/mediawiki/index.php?title=Page_Templates:Ajax_(layer)_Pop-ups&amp;diff=573&amp;oldid=prev"/>
				<updated>2009-02-13T20:37:10Z</updated>
		
		<summary type="html">&lt;p&gt;New page: Ajax (layer) pop ups look similar to traditional pop ups. Since the technology uses &amp;#039;layers&amp;#039; within the existing page instead of opening a new page, it is NOT subject to pop up blockers, w...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Ajax (layer) pop ups look similar to traditional pop ups. Since the technology uses 'layers' within the existing page instead of opening a new page, it is NOT subject to pop up blockers, which makes it ideal for popping up content that cannot be blocked. &lt;br /&gt;
&lt;br /&gt;
This function will pop up a draggable layer pop up which will include a button to close the pop up.&lt;br /&gt;
&lt;br /&gt;
Call an ajax pop up by executing the following code:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!-- call to the core eV javascript toolbox --&amp;gt;&lt;br /&gt;
&amp;lt;script language=&amp;quot;javascript&amp;quot; src=&amp;quot;/common/fnEtc.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;script language=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
// create some attributes to be passed to the pop up function&lt;br /&gt;
var content = 'this is the &amp;lt;b&amp;gt;content&amp;lt;/b&amp;gt; that will be in the pop up';&lt;br /&gt;
var title = 'this will appear in the title bar of the pop up';&lt;br /&gt;
var id = 'idforpopup'; // sets the DOM element id that the pop up will use. make sure this is unique for the page!&lt;br /&gt;
var leftX = 100; // sets how far from the left side of the screen the pop up will be placed&lt;br /&gt;
var topY = 50; // sets how far from the top of the screen the pop up will be placed&lt;br /&gt;
&lt;br /&gt;
// call the pop up&lt;br /&gt;
eV.layerPopUp(title,content,id,leftX,topY);&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>71.163.185.8</name></author>	</entry>

	</feed>