<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "getting poll valid in xhtml 1.0 strict"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "getting poll valid in xhtml 1.0 strict"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>getting poll valid in xhtml 1.0 strict</title>
				<description><![CDATA[ I'm trying to get advanced poll valid in xhtml 1.0 strict. I'm using the popup template set and have already stripped it of font tags and whatnot. But I still get some errors when I try to validate my page.<br /> <br /> In the display_head:<br /> [code]<br />             &lt;form method=&quot;post&quot; name=&quot;poll_$poll_id&quot; onsubmit=&quot;return poll_results_$poll_id&#40;'vote','$pollvars&#91;base_url&#93;/popup.php','Poll','500','350','toolbar=no,scrollbars=yes'&#41;;&quot;&gt;<br /> [/code]<br /> Validator gives me two errors here. <br /> 1) there is no attribute "name" (do I just replace "name" with "id" ?)<br /> 2) required attribute "action" not specified<br /> <br /> And then on the next line...<br /> [code]<br /> &lt;script language=&quot;JavaScript&quot;&gt;<br /> &lt;!-- javascipt stuff here<br /> //--&gt;<br />         &lt;/script&gt;<br /> [/code]<br /> Validator gives me two more errors. <br /> 1) there is no attribute "language"<br /> 2) required attribute "type" not specified (is it type="text/javascript" ?)<br /> <br /> And then in the display_footer:<br /> [code]<br /> &lt;a class=&quot;powered&quot; href=&quot;http&#58;//www.proxy2.de&quot; target=&quot;_blank&quot; title=&quot;Advanced Poll&quot;&gt;Version $pollvars&#91;poll_version&#93;&lt;/a&gt;<br /> [/code]<br /> Validator says:  there is no attribute "target"<br /> <br /> <br /> I'd appreciate any help or links, as the advanced poll is the only thing stopping me from having a valid xhtml strict site. Thanks in advance.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4445/15388.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4445/15388.php</link>
				<pubDate><![CDATA[Fri, 25 Mar 2005 21:14:22]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ there isn't. Welcome to the wonderful world of strict HTML. I personally use javascript and the rel attribute. look at www.carbonize.co.uk/external.js]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4445/15390.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4445/15390.php</link>
				<pubDate><![CDATA[Fri, 25 Mar 2005 21:57:25]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks for that last bit. But are you saying that it is impossible to get the rest of it valid in xhtml strict?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4445/15391.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4445/15391.php</link>
				<pubDate><![CDATA[Fri, 25 Mar 2005 22:24:59]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I am saying that to open links in a new window we need to cheat a bit and use javascript.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4445/15392.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4445/15392.php</link>
				<pubDate><![CDATA[Fri, 25 Mar 2005 22:27:17]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Okay, I get that.<br /> <br /> But I really want to fix the other attributes I mentioned above as well, like "name" and "type". Is that an easy fix?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4445/15393.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4445/15393.php</link>
				<pubDate><![CDATA[Fri, 25 Mar 2005 22:33:36]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ type is valid name is deprecated but is allowed if you also use id="" give it the same value as the name attribute. go figure]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4445/15395.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4445/15395.php</link>
				<pubDate><![CDATA[Sat, 26 Mar 2005 00:52:18]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ May be best to ignore my above post. I once made my entrie guestbook valid but at sometime I must of accidentally replaced the updated files with an old backup <img src="https://proxy2.de/forum//images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif" /> but it is possible.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4445/15396.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4445/15396.php</link>
				<pubDate><![CDATA[Sat, 26 Mar 2005 01:05:48]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Okay, I'm down to just 2 errors now.<br /> <br /> In the display_head of popup poll template set...<br /> <br /> [code]<br />             &lt;form method=&quot;post&quot; id=&quot;poll_$poll_id&quot; onsubmit=&quot;return poll_results_$poll_id&#40;'vote','$pollvars&#91;base_url&#93;/popup.php','Poll','500','350','toolbar=no,scrollbars=yes'&#41;;&quot;&gt;<br />               &lt;script type=&quot;text/javascript&quot;&gt;<br /> &lt;!--<br /> function poll_results_$poll_id&#40;action,theURL,winName,winWidth,winHeight,features&#41; &#123;      <br />     var w = &#40;screen.width - winWidth&#41;/2;<br />     var h = &#40;screen.height - winHeight&#41;/2 - 20;<br />     features = features+',width='+winWidth+',height='+winHeight+',top='+h+',left='+w;<br />     var poll_ident = self.document.poll_$poll_id.poll_ident.value;<br />     option_id = '';<br />     for &#40;i=0; i&lt;self.document.poll_$poll_id.option_id.length; i++&#41; &#123;<br />         if&#40;self.document.poll_$poll_id.option_id&#91;i&#93;.checked == true&#41; &#123;<br />             option_id = self.document.poll_$poll_id.option_id&#91;i&#93;.value;<br />             break;<br />         &#125;<br />     &#125;<br />     option_id = &#40;option_id != ''&#41; ? '&amp;option_id='+option_id &#58; '';<br />     if &#40;action=='results' || &#40;option_id != '' &amp;&amp; action=='vote'&#41;&#41; &#123;<br />         theURL = theURL+'?action='+action+'&amp;poll_ident='+poll_ident+option_id;<br />         poll_popup = window.open&#40;theURL,winName,features&#41;;<br />         poll_popup.focus&#40;&#41;;<br />     &#125;<br />     return false;<br /> &#125;<br /> //--&gt;<br />         &lt;/script&gt;<br /> [/code]<br /> I've replaced "name" with "id" in &lt;form&gt; to make it valid.  But now no one can vote or see results. So, that isn't working. Is there another "name" I need to replace somewhere else in the script to get it to work?<br /> <br /> Also, the w3c validator keeps complaining about &lt;form&gt; not having an "action" specified. What kind of action should I specify? <br /> <br /> Thanks for taking the time to read this. Any help is appreciated. If all else fails, I guess I could go back to xthml transitional .... (shudder, shudder)]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4445/15398.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4445/15398.php</link>
				<pubDate><![CDATA[Sat, 26 Mar 2005 04:18:14]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ try action="" but no promises.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4445/15403.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4445/15403.php</link>
				<pubDate><![CDATA[Sat, 26 Mar 2005 11:17:01]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>