<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Exit page redirect</title>
	<link>http://askmichel.icoder.com/2006/06/26/exit-page-redirect/</link>
	<description>i Code to help you profit!</description>
	<pubDate>Sat, 22 Nov 2008 03:51:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>

	<item>
		<title>by: michel</title>
		<link>http://askmichel.icoder.com/2006/06/26/exit-page-redirect/#comment-296</link>
		<pubDate>Fri, 21 Nov 2008 06:52:44 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/06/26/exit-page-redirect/#comment-296</guid>
					<description>Hi Andrei,

1. Yes, the &quot;refresh&quot; button triggers the &lt;code&gt;onUnload&lt;/code&gt; event.
So the script would work when you press F5.

2. It was tested on Firefox and IExplorer only.
However it even doesn't work on new FF versions...

Michel</description>
		<content:encoded><![CDATA[<p>Hi Andrei,</p>
<p>1. Yes, the &#8220;refresh&#8221; button triggers the <code>onUnload</code> event.<br />
So the script would work when you press F5.</p>
<p>2. It was tested on Firefox and IExplorer only.<br />
However it even doesn&#8217;t work on new FF versions&#8230;</p>
<p>Michel
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: iSeeU</title>
		<link>http://askmichel.icoder.com/2006/06/26/exit-page-redirect/#comment-295</link>
		<pubDate>Thu, 20 Nov 2008 16:42:59 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/06/26/exit-page-redirect/#comment-295</guid>
					<description>Michel,

Thank you, I've used your script on my website, it was easy to implement, and does exactly what I want it to do! I didn't think it would be so easy!

Would you be kind enough to answer my questions?

1. Is it supposed to activate when the &quot;refresh&quot; button is pressed?

2. Does it not work on Safari, Chrome &amp;#38; other browsers, but Firefox &amp;#38; Explorer?

Thanks,

 Andrei</description>
		<content:encoded><![CDATA[<p>Michel,</p>
<p>Thank you, I&#8217;ve used your script on my website, it was easy to implement, and does exactly what I want it to do! I didn&#8217;t think it would be so easy!</p>
<p>Would you be kind enough to answer my questions?</p>
<p>1. Is it supposed to activate when the &#8220;refresh&#8221; button is pressed?</p>
<p>2. Does it not work on Safari, Chrome &amp; other browsers, but Firefox &amp; Explorer?</p>
<p>Thanks,</p>
<p> Andrei
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: michel</title>
		<link>http://askmichel.icoder.com/2006/06/26/exit-page-redirect/#comment-289</link>
		<pubDate>Tue, 21 Oct 2008 12:16:01 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/06/26/exit-page-redirect/#comment-289</guid>
					<description>Unfortunately I'm not experienced with .NET
and can't help you with this issue.

You need to check if your aspx script creates
a new session every time it starts...</description>
		<content:encoded><![CDATA[<p>Unfortunately I&#8217;m not experienced with .NET<br />
and can&#8217;t help you with this issue.</p>
<p>You need to check if your aspx script creates<br />
a new session every time it starts&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: yourfriend20030</title>
		<link>http://askmichel.icoder.com/2006/06/26/exit-page-redirect/#comment-288</link>
		<pubDate>Tue, 21 Oct 2008 09:44:37 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/06/26/exit-page-redirect/#comment-288</guid>
					<description>This Js file and your code work well in the case of pressing Alt+F4 or Close Button in IE7. But It has a problem when I press F5 or Refresht button The session_End in global.aspx automatically raise when refresh a page.
Can you help me to prevent it.
Thanks in advance!</description>
		<content:encoded><![CDATA[<p>This Js file and your code work well in the case of pressing Alt+F4 or Close Button in IE7. But It has a problem when I press F5 or Refresht button The session_End in global.aspx automatically raise when refresh a page.<br />
Can you help me to prevent it.<br />
Thanks in advance!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Trickrick</title>
		<link>http://askmichel.icoder.com/2006/06/26/exit-page-redirect/#comment-117</link>
		<pubDate>Thu, 08 Mar 2007 23:23:03 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/06/26/exit-page-redirect/#comment-117</guid>
					<description>I need help with this code.  I can get it to work on the pages but the Java Script is not working.  In other words, it shows the exit page when I go to in-site links.  Perhaps it is not compatible with my menu.

Also, I wante3d to use it on this page:

http://www.cardserviceinternational.com/wireless_apply_step2.htm

My purpose is so they see my page if they exit at this point.  However, when they click the submit button on the form, it takes them to the exit page instead of triggering the rest of the form process.

So, for some reason the Java Script call is not working.  It is viewing everything as an exit.

I took the code off the page until I figure this out.

Please help.  I realy want to use this script.</description>
		<content:encoded><![CDATA[<p>I need help with this code.  I can get it to work on the pages but the Java Script is not working.  In other words, it shows the exit page when I go to in-site links.  Perhaps it is not compatible with my menu.</p>
<p>Also, I wante3d to use it on this page:</p>
<p><a href='http://www.cardserviceinternational.com/wireless_apply_step2.htm' rel='nofollow'>http://www.cardserviceinternational.com/wireless_apply_step2.htm</a></p>
<p>My purpose is so they see my page if they exit at this point.  However, when they click the submit button on the form, it takes them to the exit page instead of triggering the rest of the form process.</p>
<p>So, for some reason the Java Script call is not working.  It is viewing everything as an exit.</p>
<p>I took the code off the page until I figure this out.</p>
<p>Please help.  I realy want to use this script.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: vincent</title>
		<link>http://askmichel.icoder.com/2006/06/26/exit-page-redirect/#comment-21</link>
		<pubDate>Sun, 06 Aug 2006 17:34:54 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/06/26/exit-page-redirect/#comment-21</guid>
					<description>great code, i will use this immediately on several of my sites.  just one more way to add another contact with your visitor</description>
		<content:encoded><![CDATA[<p>great code, i will use this immediately on several of my sites.  just one more way to add another contact with your visitor
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
