<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018265" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018265</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/hyperlink-default-homepage#comment-1108194</link>
    <description> &lt;p&gt;Hi Taff,&lt;/p&gt;
&lt;p&gt;I&#039;m puzzled - why wouldn&#039;t users just use the browser Home button? Any link you put in is likely to be off-screen some of the time, so teaching them about the Home button sounds safer to me.&lt;/p&gt;
 </description>
     <pubDate>Fri, 03 May 2002 22:40:18 +0000</pubDate>
 <dc:creator>Mike Feury</dc:creator>
 <guid isPermaLink="false">comment 1108194 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/hyperlink-default-homepage#comment-1108081</link>
    <description> &lt;p&gt;Belated followup:&lt;/p&gt;
&lt;p&gt;doublehelix&#039;s code works like a charm. Thanks a million!&lt;/p&gt;
 </description>
     <pubDate>Wed, 01 May 2002 21:01:00 +0000</pubDate>
 <dc:creator>taff</dc:creator>
 <guid isPermaLink="false">comment 1108081 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/hyperlink-default-homepage#comment-1107151</link>
    <description> &lt;p&gt;Thanks guys, I&#039;ll test these out and let you know.&lt;/p&gt;
&lt;p&gt;doublehelix: I was thinking of having the link actually go to a benign and quick loading redirect page first. This would hopefully minimalize the problem you refer to as well as add a bit of a buffer/deterrent to the back button of the browser.&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Apr 2002 16:13:16 +0000</pubDate>
 <dc:creator>taff</dc:creator>
 <guid isPermaLink="false">comment 1107151 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/hyperlink-default-homepage#comment-1107134</link>
    <description> &lt;p&gt;I think -- considering your scenario -- I would add a document.open() to that to wipe out the current page in case there was some lag in loading the home page.&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Apr 2002 13:25:36 +0000</pubDate>
 <dc:creator>doublehelix</dc:creator>
 <guid isPermaLink="false">comment 1107134 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/hyperlink-default-homepage#comment-1107133</link>
    <description> &lt;p&gt;Yeah. I also saw this code floating around on the web, too:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;amp;lt;script&amp;amp;gt;&lt;br /&gt;function gohome(){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if((navigator.appVersion.indexOf(&amp;quot;4.&amp;quot;) != -1) &amp;amp;&amp;amp; (navigator.appName.indexOf(&amp;quot;Netscape&amp;quot;) != -1)){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; home();}&lt;br /&gt;}&lt;br /&gt;&amp;amp;lt;/script&amp;amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;form&amp;gt;&amp;lt;input type=&amp;quot;button&amp;quot; value=&amp;quot;Home&amp;quot; onClick=&amp;quot;home();&amp;quot;&amp;gt;&amp;lt;/form&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Apr 2002 13:23:57 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1107133 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/hyperlink-default-homepage#comment-1107132</link>
    <description> &lt;p&gt;I swiped bits and pieces of this and that and it seems to work. Probably needs some more testing though...&lt;/p&gt;
&lt;p&gt;	Panic Button&lt;br /&gt;
&amp;lt;script&amp;gt;&lt;br /&gt;
function gohome()&lt;br /&gt;
{&lt;br /&gt;
	if (navigator.appName==&quot;Netscape&quot;)&lt;br /&gt;
		window.home()&lt;br /&gt;
	else if (document.all)&lt;br /&gt;
	window.location=&quot;about:home&quot;&lt;br /&gt;
	else&lt;br /&gt;
	alert(&quot;You need NS 4+ or IE 4+ to go back home!&quot;)&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Apr 2002 13:23:16 +0000</pubDate>
 <dc:creator>doublehelix</dc:creator>
 <guid isPermaLink="false">comment 1107132 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/hyperlink-default-homepage#comment-1107128</link>
    <description> &lt;p&gt;Mairving: That &lt;strong&gt;is&lt;/strong&gt; plan B. I just thought that the default home page would be a little safer than some site that might be deemed &quot;out of character&quot; for the user.&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Apr 2002 11:41:32 +0000</pubDate>
 <dc:creator>taff</dc:creator>
 <guid isPermaLink="false">comment 1107128 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/hyperlink-default-homepage#comment-1107127</link>
    <description> &lt;p&gt;If it is a panic button, why not make it just another site like yahoo, goggle, MSNBC, CNN. It would be much easier to code.&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Apr 2002 11:35:02 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1107127 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/hyperlink-default-homepage#comment-1107123</link>
    <description> &lt;p&gt;I was wondering if someone might ask that. My next questions will be about non-caching pages and the easiest way to wipe out site visits from history.&lt;/p&gt;
&lt;p&gt;No, not going into the adult site biz. &lt;/p&gt;
&lt;p&gt;Actually I&#039;m developing a site for a domestic violence crisis center and one of their concerns is someone being caught visiting the site by an abuser. Each page will have a &quot;panic button&quot; to get them out quickly.&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Apr 2002 10:49:03 +0000</pubDate>
 <dc:creator>taff</dc:creator>
 <guid isPermaLink="false">comment 1107123 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/hyperlink-default-homepage#comment-1107106</link>
    <description> &lt;p&gt;just curious why you would want it going to users homepage, I dont know about anyone else but I use blank for mine, loads fast, no errors, as color you want as long as its white &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Apr 2002 05:25:05 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1107106 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
