<?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: How to make links open in the sidebar</title>
	<atom:link href="http://www.scriptygoddess.com/archives/2002/08/05/how-to-make-links-open-in-the-sidebar/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptygoddess.com/archives/2002/08/05/how-to-make-links-open-in-the-sidebar/</link>
	<description></description>
	<lastBuildDate>Tue, 10 Jan 2012 01:21:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: dalibor</title>
		<link>http://www.scriptygoddess.com/archives/2002/08/05/how-to-make-links-open-in-the-sidebar/comment-page-1/#comment-12241</link>
		<dc:creator>dalibor</dc:creator>
		<pubDate>Wed, 28 Jul 2004 10:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/08/05/how-to-make-links-open-in-the-sidebar/#comment-12241</guid>
		<description>Yes, TARGET=_main works for links, but I would like to know is there a way to get a handle of _main window via JavaScript. I would like to display main URL, something like:

alert(&quot;Your URL is&quot; + _main.location.href)

Is there a way to do this via JS?</description>
		<content:encoded><![CDATA[<p>Yes, TARGET=_main works for links, but I would like to know is there a way to get a handle of _main window via JavaScript. I would like to display main URL, something like:</p>
<p>alert(&#034;Your URL is&#034; + _main.location.href)</p>
<p>Is there a way to do this via JS?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Getsutora</title>
		<link>http://www.scriptygoddess.com/archives/2002/08/05/how-to-make-links-open-in-the-sidebar/comment-page-1/#comment-7887</link>
		<dc:creator>Getsutora</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/08/05/how-to-make-links-open-in-the-sidebar/#comment-7887</guid>
		<description>This link would not have any effect in, say, Mozilla Firefox.  However, all of the links in a sidebar page for IE maide like this will open correctly in Mozilla.  

To add a sidebar page in Mozilla Firfox, add it to your favorites, and then make sure you check the box to say to open the link in the sidebar.</description>
		<content:encoded><![CDATA[<p>This link would not have any effect in, say, Mozilla Firefox.  However, all of the links in a sidebar page for IE maide like this will open correctly in Mozilla.  </p>
<p>To add a sidebar page in Mozilla Firfox, add it to your favorites, and then make sure you check the box to say to open the link in the sidebar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M@ri@nn's Pl@ce</title>
		<link>http://www.scriptygoddess.com/archives/2002/08/05/how-to-make-links-open-in-the-sidebar/comment-page-1/#comment-7888</link>
		<dc:creator>M@ri@nn's Pl@ce</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/08/05/how-to-make-links-open-in-the-sidebar/#comment-7888</guid>
		<description>&lt;trackback /&gt;&lt;strong&gt;Sidebar Launch&lt;/strong&gt;
Woo-hoo... thanks to Jenn and Scripty Goddess, I now have a launchable sidebar of blogging links on my test PHP
</description>
		<content:encoded><![CDATA[<trackback /><strong>Sidebar Launch</strong><br />
Woo-hoo&#8230; thanks to Jenn and Scripty Goddess, I now have a launchable sidebar of blogging links on my test PHP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2002/08/05/how-to-make-links-open-in-the-sidebar/comment-page-1/#comment-7885</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/08/05/how-to-make-links-open-in-the-sidebar/#comment-7885</guid>
		<description>Christine - yes. That is what you do to your link to get that link to open up in the side bar. (PC IE only)

Mariann - not sure what you&#039;re doing... so here&#039;s a little sample:
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;YOUR TITLE HERE&lt;/title&gt;
&lt;base target=&quot;_main&quot;&gt;
&lt;/head&gt;
&lt;body&gt;
YOUR PAGE STUFF HERE. Any links will automatically open up in the main window so all you have to do is this &lt;a href=&quot;http://www.website.com&quot;&gt;link&lt;/a&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
		<content:encoded><![CDATA[<p>Christine &#8211; yes. That is what you do to your link to get that link to open up in the side bar. (PC IE only)</p>
<p>Mariann &#8211; not sure what you&#039;re doing&#8230; so here&#039;s a little sample:<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;YOUR TITLE HERE&lt;/title&gt;<br />
&lt;base target=&#034;_main&#034;&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
YOUR PAGE STUFF HERE. Any links will automatically open up in the main window so all you have to do is this &lt;a href=&#034;http://www.website.com&#034;&gt;link&lt;/a&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: julie</title>
		<link>http://www.scriptygoddess.com/archives/2002/08/05/how-to-make-links-open-in-the-sidebar/comment-page-1/#comment-7886</link>
		<dc:creator>julie</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/08/05/how-to-make-links-open-in-the-sidebar/#comment-7886</guid>
		<description>would the link have no response if someone were to click on it using a mac or a browser other than IE?

i know i&#039;m a month behind the times but i hope it&#039;s not too late to get a response.</description>
		<content:encoded><![CDATA[<p>would the link have no response if someone were to click on it using a mac or a browser other than IE?</p>
<p>i know i&#039;m a month behind the times but i hope it&#039;s not too late to get a response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mariann</title>
		<link>http://www.scriptygoddess.com/archives/2002/08/05/how-to-make-links-open-in-the-sidebar/comment-page-1/#comment-7882</link>
		<dc:creator>Mariann</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/08/05/how-to-make-links-open-in-the-sidebar/#comment-7882</guid>
		<description>Woo-hoo... it&#039;s really that easy?  Wonderful!  Thanks.  :)</description>
		<content:encoded><![CDATA[<p>Woo-hoo&#8230; it&#039;s really that easy?  Wonderful!  Thanks.  <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christine</title>
		<link>http://www.scriptygoddess.com/archives/2002/08/05/how-to-make-links-open-in-the-sidebar/comment-page-1/#comment-7883</link>
		<dc:creator>Christine</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/08/05/how-to-make-links-open-in-the-sidebar/#comment-7883</guid>
		<description>Is this the info to make the list open in the sidebar on IE?  I&#039;m ... so confused.  I think that&#039;s what it is.  Is it?</description>
		<content:encoded><![CDATA[<p>Is this the info to make the list open in the sidebar on IE?  I&#039;m &#8230; so confused.  I think that&#039;s what it is.  Is it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mariann</title>
		<link>http://www.scriptygoddess.com/archives/2002/08/05/how-to-make-links-open-in-the-sidebar/comment-page-1/#comment-7884</link>
		<dc:creator>Mariann</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/08/05/how-to-make-links-open-in-the-sidebar/#comment-7884</guid>
		<description>I added the sidebar with the target code in the sidebar page&#039;s header, but my links are opening up in the search bar!  Should the code be in the main page instead?</description>
		<content:encoded><![CDATA[<p>I added the sidebar with the target code in the sidebar page&#039;s header, but my links are opening up in the search bar!  Should the code be in the main page instead?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

