<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advanced Poll, viewing in &quot;_parent&quot; frame"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advanced Poll, viewing in &quot;_parent&quot; frame"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advanced Poll, viewing in &amp;quot;_parent&amp;quot; frame</title>
				<description><![CDATA[ Hello. Well, i am running a site with frames. And, when i click the vote button, instead of refreshing the whole page and displaying the results, it opens the WHOLE PAGE inside the MAIN frame. This only happens when i click the vote button. I configured it with the 'view results' link so that it loads the link in the "_parent" frame. Does anyone know how to do this with the vote button. I want it to load in the "_parent" frame rather than my "main" frame.<br /> <br /> Thanks in advance.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3605/10414.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3605/10414.php</link>
				<pubDate><![CDATA[Fri, 17 Sep 2004 02:37:58]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ nobody knows the answer ?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3605/17981.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3605/17981.php</link>
				<pubDate><![CDATA[Fri, 9 Sep 2005 22:52:33]]> GMT</pubDate>
				<author><![CDATA[ zentz]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ &lt;form action="blah.php" method="post" target="_parent"&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3605/17982.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3605/17982.php</link>
				<pubDate><![CDATA[Fri, 9 Sep 2005 22:53:31]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Carbonize"]&lt;form action="blah.php" method="post" target="_parent"&gt;[/quote]<br /> <br /> i added a parent here &lt;form method="post" action="$this-&gt;form_forward" target="_parent"&gt;<br /> <br /> but now i get this error:<br /> <br /> Warning: Cannot modify header information - headers already sent by (output started at /usr/home/zentz/lust.com/public_html/index3.php:2) in /usr/home/zentz/lust.com/public_html/~poll/pollphp/textfile/poll_cookie.php on line 21]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3605/17983.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3605/17983.php</link>
				<pubDate><![CDATA[Fri, 9 Sep 2005 22:58:30]]> GMT</pubDate>
				<author><![CDATA[ zentz]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Did you edit either of the mentioned files and if so what did you use? Things like cPanels filemanager have a nasty habit of putting extra lines onto the end of files when you save them.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3605/17984.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3605/17984.php</link>
				<pubDate><![CDATA[Fri, 9 Sep 2005 23:07:34]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Carbonize"]Did you edit either of the mentioned files and if so what did you use? Things like cPanels filemanager have a nasty habit of putting extra lines onto the end of files when you save them.[/quote]<br /> <br /> nope. nothing.. i just checked in the poll_cookie.php file and this is the 21th line: setcookie($cookie_name, "1", $endtime);]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3605/17985.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3605/17985.php</link>
				<pubDate><![CDATA[Fri, 9 Sep 2005 23:11:54]]> GMT</pubDate>
				<author><![CDATA[ zentz]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I was thinking more of line 2 of index3.php[quote]output started at /usr/home/zentz/lust.com/public_html/index3.php:2[/quote]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3605/17986.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3605/17986.php</link>
				<pubDate><![CDATA[Fri, 9 Sep 2005 23:16:06]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Carbonize"]I was thinking more of line 2 of index3.php[quote]output started at /usr/home/zentz/lust.com/public_html/index3.php:2[/quote][/quote]<br /> <br /> this is the line 2 of the source file &lt;head&gt;&lt;?php virtual ("/cgi-bin/atx/in.cgi"); ?&gt;<br /> <br /> after the page is loaded the 2nd line will change and maybe that is the problem ?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3605/17987.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3605/17987.php</link>
				<pubDate><![CDATA[Fri, 9 Sep 2005 23:19:41]]> GMT</pubDate>
				<author><![CDATA[ zentz]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ make sure poll_cookie.php is the top most line in index3.php<br /> white space counts as starting the headers, so remove any.<br /> <br /> ps. as in top most, i mean something like...<br /> <br /> &lt;?php<br /> include....]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3605/17988.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3605/17988.php</link>
				<pubDate><![CDATA[Fri, 9 Sep 2005 23:25:06]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Auron"]make sure poll_cookie.php is the top most line in index3.php<br /> white space counts as starting the headers, so remove any.<br /> <br /> ps. as in top most, i mean something like...<br /> <br /> &lt;?php<br /> include....[/quote]<br /> <br /> ok that helped. <br /> <br /> thanks guys!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3605/17989.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3605/17989.php</link>
				<pubDate><![CDATA[Fri, 9 Sep 2005 23:28:21]]> GMT</pubDate>
				<author><![CDATA[ zentz]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ No problem : )<br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3605/17994.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3605/17994.php</link>
				<pubDate><![CDATA[Sat, 10 Sep 2005 16:14:43]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
	</channel>
</rss>