<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "change ACTION in form"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "change ACTION in form"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>change ACTION in form</title>
				<description><![CDATA[ Hi<br /> <br /> my webpage is maded of 2 includes(header and footer)<br /> The poll is included in the footer. but the action goes to footer.php  <img src="https://proxy2.de/forum//images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif" /> <br /> how can i change in the sources the action? i mean i then put in a different url instead $self.<br /> i did some searching myself, starting in poll_ssi.php.<br /> i did find some, but after change it still keeps the same. <img src="https://proxy2.de/forum//images/smilies/2786c5c8e1a8be796fb2f726cca5a0fe.gif" /> <br /> can someone help me?<br /> thanx in advance<br /> <br /> cheers!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2292/6015.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2292/6015.php</link>
				<pubDate><![CDATA[Fri, 22 Aug 2003 12:28:05]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ ow forgot to have detals inside<br /> <br /> i use the poll<br /> <br /> and with action i mean. that tag in the form to send the script to.<br /> cheers!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2292/6016.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2292/6016.php</link>
				<pubDate><![CDATA[Fri, 22 Aug 2003 12:39:19]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I've read your questions a number of times, but I have to say I have no idea what you mean.<br /> <br /> Please try to phrase the question in a more understandable way, for example in real English.<br /> Also, include a URL that people could look at to see what the problem is.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2292/6019.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2292/6019.php</link>
				<pubDate><![CDATA[Fri, 22 Aug 2003 17:22:47]]> GMT</pubDate>
				<author><![CDATA[ egeurts]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ <img src="https://proxy2.de/forum//images/smilies/499fd50bc713bfcdf2ab5a23c00c2d62.gif" /> i'm trying<br /> <br /> My site is build is build in php. using 3 files to make 1 page.<br /> at the top the header(header.php) in the middle (content.php) and at the end (footer.php)<br /> this is all included in 1 file.<br /> i put the include code of the poll in the footer, it showing fine, but have trouble while voting. because the code is included in the footer, the page will redirect (to show results) then to footer.php. footer.php is a part of the page and looks messy when not complete with all the other files i mentioned above.<br /> anyway, so i was looking for how-to change the form.<br /> this can't be done in de templates, cuz such code isn't placed there.<br /> So i started looking in each file that compares to that code.<br /> [quote]&lt;form name="form1" method="post" action=""&gt;[/quote] for example.<br /> i did found such code in poll_ssi.php<br /> [quote]<br /> $poll_html = eregi_replace("action=\"$HTTP_SERVER_VARS[DOCUMENT_URI]\"", "action=\"$PHP_SELF?poll_ref=$HTTP_SERVER_VARS[DOCUMENT_URI]\"", "$poll_html");<br /> [/quote]<br /> <br /> I did changed the [action=\"] part to my site's index(full url)<br /> but after change it still redirects to footer.php<br /> i am thinking i am editing the wrong files, need some help with it.<br /> its only to change the [action=\"] of a form.<br /> to demonstrate: [url]http://gallery.cncinsight.com/ZeroHour.php[/url]<br /> look at the right and u will see it, take a vote, and u will redirected to a not valid page. when looking in the url, u will notice footer.php<br /> hope this is much clear, then my last post  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" /><br /> <br /> thanx in advance, cheers!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2292/6021.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2292/6021.php</link>
				<pubDate><![CDATA[Fri, 22 Aug 2003 18:48:36]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ anyone?<br /> this can be solved right?<br /> pleazz some help  <img src="https://proxy2.de/forum//images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2292/6081.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2292/6081.php</link>
				<pubDate><![CDATA[Wed, 27 Aug 2003 17:04:20]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ patience, patience, you're not the only one we're trying to help!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2292/6082.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2292/6082.php</link>
				<pubDate><![CDATA[Wed, 27 Aug 2003 17:36:55]]> GMT</pubDate>
				<author><![CDATA[ egeurts]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I'm giving you an example, based on how I've setup my guestbook, but the same technique can be used for any kind of 'small' application written in a script language like PHP.<br /> <br /> In my case, I've setup the guestbook in a directory of it's own on the website. The directory is called {domain-name.com}/guestbook/.<br /> <br /> In a different part of the site, I have a web page, called gastenboek.htm (it's a site in Dutch, gastenboek means guestbook).<br /> <br /> Here is a small piece of code from this gastenboek.htm:<br /> [code]<br /> &lt;iframe src=&quot;http&#58;//www.&#123;domain-name.com&#125;/guestbook/&quot;<br /> marginwidth=&quot;0&quot; marginheight=&quot;0&quot; height=&quot;700&quot; width=&quot;535&quot;<br /> name=&quot;Guestbook&quot; align=&quot;left&quot; border=&quot;0&quot; frameborder=&quot;0&quot;&gt;<br /> &lt;/iframe&gt;[/code]<br /> <br /> As you can see, I've given the Iframe a name (Guestbook), and some visual settings such as margins, border and alignment. Inside the Iframe, the initial page of the guestbook is called up, throught the src attribute.<br /> <br /> This way, the guestbook is operating within the Iframe. You might say the guestbook is completely unaware of the fact it's running in an Iframe, it might as well be running on it's own in a separate browser window. Whatever happens inside the Iframe, the rest of the site around the Iframe is untouched.<br /> <br /> So: you don't need to use the SSI way of calling the poll. Just have your page as you were used to, but put an Iframe in it at the right spot, with the right dimensions. Inside this iframe, you can call the .php program with the poll in it.<br /> <br /> Here is an copy of the source code of a poll I have running in an Iframe:<br /> [code]<br /> &lt;?php<br /> // Important! You have to include it before your html code<br /> include_once &quot;/poll/poll_cookie.php&quot;;<br /> ?&gt;<br /> <br /> &lt;html&gt;<br /> &lt;body&gt;<br /> &lt;?php<br /> include_once &quot;/poll/booth.php&quot;;<br /> echo $php_poll-&gt;poll_process&#40;4&#41;;<br /> ?&gt;<br /> &lt;/body&gt;<br /> &lt;/html&gt;<br /> [/code]<br /> <br /> Hope this helps...]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2292/6093.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2292/6093.php</link>
				<pubDate><![CDATA[Thu, 28 Aug 2003 08:32:27]]> GMT</pubDate>
				<author><![CDATA[ egeurts]]></author>
			</item>
			<item>
				<title>Thank U!</title>
				<description><![CDATA[ [quote="egeurts"]I'm giving you an example, based on how I've setup my guestbook, but the same technique can be used for any kind of 'small' application written in a script language like PHP.<br /> <br /> In my case, I've setup the guestbook in a directory of it's own on the website. The directory is called {domain-name.com}/guestbook/.<br /> <br /> In a different part of the site, I have a web page, called gastenboek.htm (it's a site in Dutch, gastenboek means guestbook).<br /> <br /> Here is a small piece of code from this gastenboek.htm:<br /> [code]<br /> &lt;iframe src=&quot;http&#58;//www.&#123;domain-name.com&#125;/guestbook/&quot;<br /> marginwidth=&quot;0&quot; marginheight=&quot;0&quot; height=&quot;700&quot; width=&quot;535&quot;<br /> name=&quot;Guestbook&quot; align=&quot;left&quot; border=&quot;0&quot; frameborder=&quot;0&quot;&gt;<br /> &lt;/iframe&gt;[/code]<br /> <br /> As you can see, I've given the Iframe a name (Guestbook), and some visual settings such as margins, border and alignment. Inside the Iframe, the initial page of the guestbook is called up, throught the src attribute.<br /> <br /> This way, the guestbook is operating within the Iframe. You might say the guestbook is completely unaware of the fact it's running in an Iframe, it might as well be running on it's own in a separate browser window. Whatever happens inside the Iframe, the rest of the site around the Iframe is untouched.<br /> <br /> So: you don't need to use the SSI way of calling the poll. Just have your page as you were used to, but put an Iframe in it at the right spot, with the right dimensions. Inside this iframe, you can call the .php program with the poll in it.<br /> <br /> Here is an copy of the source code of a poll I have running in an Iframe:<br /> [code]<br /> &lt;?php<br /> // Important! You have to include it before your html code<br /> include_once &quot;/poll/poll_cookie.php&quot;;<br /> ?&gt;<br /> <br /> &lt;html&gt;<br /> &lt;body&gt;<br /> &lt;?php<br /> include_once &quot;/poll/booth.php&quot;;<br /> echo $php_poll-&gt;poll_process&#40;4&#41;;<br /> ?&gt;<br /> &lt;/body&gt;<br /> &lt;/html&gt;<br /> [/code]<br /> <br /> Hope this helps...[/quote]<br /> <br /> <br /> Just want to say Thanks for ur time to write this! It helped me and a can guess a lots of more ppl.<br /> <br /> Just wanna add a little... when i was doing a calendar on my site i use ur help to get it working. But i did on a little other way to get it work.<br /> <br /> The Iframe where u want it:<br /> <br /> &lt;iframe src="http://localhost/calendar.php" <br /> marginwidth="0" marginheight="0" height="200" width="200" <br /> name="eventcal" align="left" border="0" frameborder="0"&gt; <br /> &lt;/iframe&gt;<br /> <br /> and the calendar.php file:<br /> <br /> &lt;html&gt; <br /> &lt;body&gt; <br /> &lt;?<br /> include_once "d:/appserv/www/eventcal/cl_files/calendar.php";<br /> show_calendar(Kickfjader);<br /> ?&gt;<br /> &lt;/body&gt; <br /> &lt;/html&gt; <br /> <br /> Have FUN!  :D]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2292/6157.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2292/6157.php</link>
				<pubDate><![CDATA[Wed, 3 Sep 2003 22:11:41]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>