<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
	<title>CGIExpo</title>
	<link>http://www.cgiexpo.com</link>
	<description>Directory of CGI scripts, PHP scripts, and JavaScript scripts for dynamic content and control of your web site and databases.</description>
	<language>en-us</language>
	<generator>68 Classifieds</generator>
	<lastBuildDate>Sat, 05 Jul 2008 07:26:31 EST</lastBuildDate>
	<pubDate>Sat, 05 Jul 2008 07:26:31 EST</pubDate>
	<image>
		<url>http://www.cgiexpo.com/images/cgiexpologo.gif</url>		<title>cgiExpo</title>
		<link>http://www.cgiexpo.com</link>
		<width>144</width>
		<height>38</height>
	</image>
		<item>
			<title>DHTML Popup Window</title>
			<guid>http://www.cgiexpo.com/listing/9849/DHTML-Popup-Window.html</guid>
			<link>http://www.cgiexpo.com/listing/9849/DHTML-Popup-Window.html</link>
			<dc:date>2006-08-04T02:35:40-05:00</dc:date>
			<description>This is a DHTML replacement for popup windows created with window.open() JavaScript function. DHTML popup window has the following advantages over the standard popups: it has fully customizable design it will not be blocked by popup blocking software unlike standard popups, it will not be sent to back when you click on the main window. You have many options to position DHTML popup window: relative to the browser window, relative to the mouse pointer, relative to an HTML element, or you can keep its current position. Also, you can move and close DHTML popup window just the same way as a window in a Windows application.</description>
			<dc:subject>JavaScript, PopOver/PopUnder</dc:subject>
		</item>
		<item>
			<title>Flying Popup Window</title>
			<guid>http://www.cgiexpo.com/listing/9571/Flying-Popup-Window.html</guid>
			<link>http://www.cgiexpo.com/listing/9571/Flying-Popup-Window.html</link>
			<dc:date>2005-12-28T12:52:58-05:00</dc:date>
			<description>Use this code snippet to create a popup window that flies around the screen. Perfect for getting the attention of your web site visitor. Announce new features of your site, announce new products. Many cool uses. 
</description>
			<dc:subject>JavaScript, PopOver/PopUnder</dc:subject>
		</item>
		<item>
			<title>Open 2 Popups at Once</title>
			<guid>http://www.cgiexpo.com/listing/9570/Open-2-Popups-at-Once.html</guid>
			<link>http://www.cgiexpo.com/listing/9570/Open-2-Popups-at-Once.html</link>
			<dc:date>2005-12-28T12:52:39-05:00</dc:date>
			<description>The code below opens 2 popup windows at once. Edit the code to get the 2 windows you want to open. 
</description>
			<dc:subject>JavaScript, PopOver/PopUnder</dc:subject>
		</item>
		<item>
			<title>Popup Window Closer - Button</title>
			<guid>http://www.cgiexpo.com/listing/9566/Popup-Window-Closer--Button.html</guid>
			<link>http://www.cgiexpo.com/listing/9566/Popup-Window-Closer--Button.html</link>
			<dc:date>2005-12-28T12:50:43-05:00</dc:date>
			<description>To get a popup window to close it is common to add a button that will allow the user to &amp;amp;quot;Close Window&amp;amp;quot;. 
</description>
			<dc:subject>JavaScript, PopOver/PopUnder</dc:subject>
		</item>
		<item>
			<title>Popup Window Closer - Click Anywhere</title>
			<guid>http://www.cgiexpo.com/listing/9565/Popup-Window-Closer--Click-Anywhere.html</guid>
			<link>http://www.cgiexpo.com/listing/9565/Popup-Window-Closer--Click-Anywhere.html</link>
			<dc:date>2005-12-28T12:50:24-05:00</dc:date>
			<description>A not so common method to close windows is using a 'click anywhere' method. The code specifies that if the popup loses focus or is clicked the popup closes. Basically anywhere you click will close the window. 
</description>
			<dc:subject>JavaScript, PopOver/PopUnder</dc:subject>
		</item>
		<item>
			<title>Popup Window Closer - Image</title>
			<guid>http://www.cgiexpo.com/listing/9564/Popup-Window-Closer--Image.html</guid>
			<link>http://www.cgiexpo.com/listing/9564/Popup-Window-Closer--Image.html</link>
			<dc:date>2005-12-28T12:50:06-05:00</dc:date>
			<description>To get a popup window to close it is common to add an image link that will allow the user to &amp;amp;quot;Close Window&amp;amp;quot;. 
</description>
			<dc:subject>JavaScript, PopOver/PopUnder</dc:subject>
		</item>
		<item>
			<title>Popup Window Closer - Text Link</title>
			<guid>http://www.cgiexpo.com/listing/9563/Popup-Window-Closer--Text-Link.html</guid>
			<link>http://www.cgiexpo.com/listing/9563/Popup-Window-Closer--Text-Link.html</link>
			<dc:date>2005-12-28T12:49:48-05:00</dc:date>
			<description>To get a popup window to close it is common to add a link that will allow the user to &amp;amp;quot;Close Window&amp;amp;quot;. 
</description>
			<dc:subject>JavaScript, PopOver/PopUnder</dc:subject>
		</item>
		<item>
			<title>Popup Window Closer - Timer</title>
			<guid>http://www.cgiexpo.com/listing/9562/Popup-Window-Closer--Timer.html</guid>
			<link>http://www.cgiexpo.com/listing/9562/Popup-Window-Closer--Timer.html</link>
			<dc:date>2005-12-28T12:49:28-05:00</dc:date>
			<description>Use this code to get a popup window to close after a pre-determined amount of time. For example, set an advertisement popup window to remain open for 15 seconds, then it automatically closes. 
</description>
			<dc:subject>JavaScript, PopOver/PopUnder</dc:subject>
		</item>
		<item>
			<title>Popup Window Close Methods</title>
			<guid>http://www.cgiexpo.com/listing/9561/Popup-Window-Close-Methods.html</guid>
			<link>http://www.cgiexpo.com/listing/9561/Popup-Window-Close-Methods.html</link>
			<dc:date>2005-12-28T12:49:04-05:00</dc:date>
			<description>Here you will find a few methods to close windows. Select from the list below to jump to the code. Use the instructions near each method. Close window after time interval, Use a link to close popup, Use a button to close popup, Use an image to close a link and Use 'click anywhere' method to close popup. 
</description>
			<dc:subject>JavaScript, PopOver/PopUnder</dc:subject>
		</item>
		<item>
			<title>Popup Making Wizard, w/ Cookies</title>
			<guid>http://www.cgiexpo.com/listing/9486/Popup-Making-Wizard-w-Cookies.html</guid>
			<link>http://www.cgiexpo.com/listing/9486/Popup-Making-Wizard-w-Cookies.html</link>
			<dc:date>2005-12-15T18:23:39-05:00</dc:date>
			<description>Use the Ace Generation 3 Popup Wizard, with cookies to easily add popup windows to your web site. The windows are activated by clicking on a link, button, when a page loads or unloads, and can be adjusted to any degree of detail you desire, such as dimensions, scrollbars, toolbar etc. You can now set the window to use cookies. Set the window to popup only once per visitor or at set interval per visitor. 
</description>
			<dc:subject>JavaScript, PopOver/PopUnder</dc:subject>
		</item>
		<item>
			<title>Hidden Popup Spawner</title>
			<guid>http://www.cgiexpo.com/listing/9472/Hidden-Popup-Spawner.html</guid>
			<link>http://www.cgiexpo.com/listing/9472/Hidden-Popup-Spawner.html</link>
			<dc:date>2005-12-15T15:31:02-05:00</dc:date>
			<description>Now you to can own the code that is used to power those annoying web sites that seems to open popup windows from nowhere! The primary reason we are giving this away is because other companies are actually charging for an easy piece of code!
</description>
			<dc:subject>JavaScript, PopOver/PopUnder</dc:subject>
		</item>
		<item>
			<title>Ad PopUp Rotator</title>
			<guid>http://www.cgiexpo.com/listing/9375/Ad-PopUp-Rotator.html</guid>
			<link>http://www.cgiexpo.com/listing/9375/Ad-PopUp-Rotator.html</link>
			<dc:date>2005-10-20T01:54:11-05:00</dc:date>
			<description>Set of JavaScripts for PopUp, PopUnder and Exit Console Rotation for almost any need. It features: Console Rotator Simple, Console Rotator with HTTP Referer Check, Console Rotator with Time Distribution, Console Rotator with Language Distribution, Console Rotator with One Window per User Session, Console Rotator with Cookie Distribution. 
</description>
			<dc:subject>JavaScript, PopOver/PopUnder</dc:subject>
		</item>
		<item>
			<title>PopUp Maker - Simple-Code.Net</title>
			<guid>http://www.cgiexpo.com/listing/9187/PopUp-Maker--SimpleCodeNet.html</guid>
			<link>http://www.cgiexpo.com/listing/9187/PopUp-Maker--SimpleCodeNet.html</link>
			<dc:date>2005-06-15T11:35:49-05:00</dc:date>
			<description>Popup Maker will generate code for a JavaScript Pop-Up Window. You can choose the URL of document to be opened, width and height of the Pop-up window, option for scroll bar, toolbar, resizable, and menu bar. You will be able to preview your Pop-up window before the code is generated.</description>
			<dc:subject>JavaScript, PopOver/PopUnder</dc:subject>
		</item>
		<item>
			<title>Hover-Pop</title>
			<guid>http://www.cgiexpo.com/listing/9094/HoverPop.html</guid>
			<link>http://www.cgiexpo.com/listing/9094/HoverPop.html</link>
			<dc:date>2005-03-11T07:14:33-05:00</dc:date>
			<description>Whenever you need to draw your visitors attention to a special feature on your website - use Hover-Pop - use it for your latest news, or your email subscription, or to leave a message, or to get your visitors to go to a new page. The uses are endless - try out our demo and create your own hover-pop.</description>
			<dc:subject>JavaScript, PopOver/PopUnder</dc:subject>
		</item>
		<item>
			<title>JavaScript Popup Creator</title>
			<guid>http://www.cgiexpo.com/listing/8834/JavaScript-Popup-Creator.html</guid>
			<link>http://www.cgiexpo.com/listing/8834/JavaScript-Popup-Creator.html</link>
			<dc:date>2004-09-10T13:40:28-05:00</dc:date>
			<description>Javascript function that creates a popup fully costumizable: you decide width, height, url, name, plus some important attributes like scrollbars, option to resize, status bar, location, toolbars. The popup is automatically centered in your screen. Simple cut and paste code, no need to digit a single line, just insert this function in your HTML and go</description>
			<dc:subject>JavaScript, PopOver/PopUnder</dc:subject>
		</item>
</channel>
</rss>