<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Pop up message - Thank you&#8230;</title>
	<link>http://blog.freecontactform.com/pop-up-message-thank-you/</link>
	<description>Spam Prevention Blog</description>
	<pubDate>Tue, 06 Jan 2009 00:30:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: admin</title>
		<link>http://blog.freecontactform.com/pop-up-message-thank-you/#comment-269</link>
		<author>admin</author>
		<pubDate>Wed, 30 Jul 2008 22:58:50 +0000</pubDate>
		<guid>http://blog.freecontactform.com/pop-up-message-thank-you/#comment-269</guid>
		<description>You could add a JavaScript pop-up.

Look for the PHP code which starts 'header(' near the end of the form processing script.

Insert the Pop-up code above it, like:

echo "&lt;script&gt;alert('thank you');location.replace('form.php')&lt;/script&gt;";
die();

This will do the pop-up then go back to the form (if form is named form.php)

Note that JavaScript is required by the user for this to work.</description>
		<content:encoded><![CDATA[<p>You could add a JavaScript pop-up.</p>
<p>Look for the PHP code which starts &#8216;header(&#8217; near the end of the form processing script.</p>
<p>Insert the Pop-up code above it, like:</p>
<p>echo &#8220;<script>alert(\'thank you\');location.replace(\'form.php\')</script>&#8220;;<br />
die();</p>
<p>This will do the pop-up then go back to the form (if form is named form.php)</p>
<p>Note that JavaScript is required by the user for this to work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
