<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>iWebUnlimited.com &#187; pop-up windows</title>
	<atom:link href="http://iwebunlimited.com/tag/pop-up-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://iwebunlimited.com</link>
	<description>Pushing iWeb to No Limit!</description>
	<lastBuildDate>Fri, 03 Feb 2012 19:36:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>iWeb Tip #6 &#8211; Pop Up Windows in iWeb</title>
		<link>http://iwebunlimited.com/iweb-tips/iweb-tip-6-pop-up-windows-in-iweb/</link>
		<comments>http://iwebunlimited.com/iweb-tips/iweb-tip-6-pop-up-windows-in-iweb/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 22:14:34 +0000</pubDate>
		<dc:creator>iJason</dc:creator>
				<category><![CDATA[iWeb Tips]]></category>
		<category><![CDATA[Image Pop Up]]></category>
		<category><![CDATA[iWeb]]></category>
		<category><![CDATA[pop-up windows]]></category>

		<guid isPermaLink="false">http://iwebunlimited.wordpress.com/?p=84</guid>
		<description><![CDATA[Opening certain small windows on a page can be very helpful and convenient.  As long as the content of your pop-up window is relative to your site, visitors don’t mind the pop-ups, it’s when it’s for something unrelated to your site, like an “ad” of some sort, that visitors don’t like them.


See Demo

Step 1:
Create [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_85" class="wp-caption alignleft" style="width: 241px"><a href="http://wp.me/pKE8E-1m"><img class="size-full wp-image-85 " title="popupwindows" src="http://iwebunlimited.com/wp-content/uploads/2009/12/popupwindows.jpg" alt="" width="231" height="171" /></a><p class="wp-caption-text">Pop Up Windows in iWeb</p></div>
<p>Opening certain small windows on a page can be very helpful and convenient.  As long as the content of your pop-up window is relative to your site, visitors don’t mind the pop-ups, it’s when it’s for something unrelated to your site, like an “ad” of some sort, that visitors don’t like them.</p>
<p><span id="more-84"></span></p>
<blockquote>
<h3><a title="Pop Ups Example" href="http://www.iwebunlimited.com/examples/popups.html" target="_blank">See Demo</a></h3>
</blockquote>
<p><strong>Step 1:</strong><br />
Create a new page page in iWeb that you want to be your pop-up window.  Usually it’s smaller so you might want to make your page size something like 400-500 width and 600 height.  You can change the sizes in the Page Inspector under Layout (take into account your headers and footers).</p>
<p><strong>Step 2:<br />
<span style="font-weight: normal;">Finish your design of how you’d like your pop-up to look and jump to the page where you want to button for the pop-up to be.  Get an HTML Snippet and paste this code into it. </span></strong></p>
<blockquote><p><code>&lt;script type="text/javascript"&gt;<br />
function open_win()<br />
{<br />
window.open("<span style="color: #ff0000;">http://web.mac.com/username/sitename/pagename.html</span>", "_blank", "toolbar=<span style="color: #ff0000;">no</span>,  location=<span style="color: #ff0000;">no</span>,  directories=<span style="color: #ff0000;">no</span>,  status=<span style="color: #ff0000;">no</span>,  menubar=<span style="color: #ff0000;">no</span>,  scrollbars=<span style="color: #ff0000;">no</span>,  resizable=<span style="color: #ff0000;">no</span>, copyhistory=<span style="color: #ff0000;">yes</span>, width=<span style="color: #ff0000;">490</span>, height=<span style="color: #ff0000;">600</span>") }<br />
&lt;/script&gt;<br />
&lt;form&gt;<br />
&lt;input type="button" value="<span style="color: #ff0000;">View Pop-up Window</span>" onclick="open_win()"&gt; &lt;/form&gt;</code></p></blockquote>
<p><strong>Step 3:<br />
<span style="font-weight: normal;">Change the items in <span style="color: #ff0000;">RED</span> and hit apply.</span></strong></p>
<p>You need to be sure that the URL is the exact location of your pop-up.  If your pop-up is within a blog, or a My Albums page there might be a few more folders you’ll have to type in for example:</p>
<p>http://web.me.com/username/sitename/myalbumpagename/pagename.html</p>
<p>From there just decide if you want scrollbars, and other things that say “no”, just change to “yes” if you want them.  Also change the red text at the bottom of the code to be what you want the button to read.</p>
<p><strong>Step 4:<br />
<span style="font-weight: normal;">Publish and your set.  Be sure to try it out before inviting anyone to view your site.</span></strong></p>
<p>Good luck with it and have fun.</p>
<p><strong>To use your own images:<br />
<span style="font-weight: normal;">If you’d rather have your own image for the button, put your button graphic (jpg, png, gif, etc) on your server somewhere and use this code:</span></strong></p>
<blockquote><p><code>&lt;A HREF="javascript:void(0)"onclick="window.open('<span style="color: #ff0000;">http://www.iwebunlimited.com</span>', 'Open Link', 'height=<span style="color: #ff0000;">640</span>, width=<span style="color: #ff0000;">500</span>, scrollbars=<span style="color: #ff0000;">no</span>')"&gt;&lt;img src="<span style="color: #ff0000;">http://www.yoursite.com/imagefolder/yourbutton.png</span>"style="border:none;" &gt;&lt;/a&gt;</code></p></blockquote>
<p><strong>To Use Text:<br />
<span style="font-weight: normal;">If you’d rather use text instead of a form button or your own button use this code:</span></strong></p>
<blockquote><p><code>&lt;A HREF="javascript:void(0)"onclick="window.open('<span style="color: #ff0000;">http://www.iwebunlimited.com/examples/popup.html</span>', 'Open Link', 'height=<span style="color: #ff0000;">600</span>, width=<span style="color: #ff0000;">500</span>, scrollbars=<span style="color: #ff0000;">no</span>')"&gt;<span style="color: #ff0000;">View Pop-up Window</span>&lt;/a&gt;</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://iwebunlimited.com/iweb-tips/iweb-tip-6-pop-up-windows-in-iweb/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>

