<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Creating Accessible &#8220;Quick Link&#8221; Menus</title>
	<atom:link href="http://www.htmlcenter.com/blog/creating-accessible-quick-link-menus/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.htmlcenter.com/blog/creating-accessible-quick-link-menus/</link>
	<description>Web Development Help and Tutorials</description>
	<lastBuildDate>Sun, 05 Feb 2012 17:25:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Shakty</title>
		<link>http://www.htmlcenter.com/blog/creating-accessible-quick-link-menus/#comment-10163</link>
		<dc:creator>Shakty</dc:creator>
		<pubDate>Mon, 16 Nov 2009 18:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://htmlcenter.com/blog/creating-accessible-quick-link-menus/#comment-10163</guid>
		<description>The form is cutting out the script for security reasons...again:

function jumpto(what) {
	selector = document.getElementById(what);
	link = selector.options[selector.selectedIndex].value;
//	document.write (what.getFirstChild());
	 if (link != &#039;&#039;)
	 {
	     /* Jump to the location that was set as the value of our menu item */
	     window.location.href = link;
	 }
}</description>
		<content:encoded><![CDATA[<p>The form is cutting out the script for security reasons&#8230;again:</p>
<p>function jumpto(what) {<br />
	selector = document.getElementById(what);<br />
	link = selector.options[selector.selectedIndex].value;<br />
//	document.write (what.getFirstChild());<br />
	 if (link != &#8221;)<br />
	 {<br />
	     /* Jump to the location that was set as the value of our menu item */<br />
	     window.location.href = link;<br />
	 }<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

