<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1003034" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1003034</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-help-doorway-page#comment-1013413</link>
    <description> &lt;p&gt;I&#039;m so sorry. After this post, I renamed my doorway page.  Now when you go to my domain, the default page IS the doorway page.&lt;br /&gt;
 &lt;a href=&quot;http://2kcut.com&quot; class=&quot;bb-url&quot;&gt;http://2kcut.com&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;I think what I&#039;ll do, based on Tazman&#039;s and Andy&#039;s input, is break up my old index.shtml. Maybe I&#039;ll put little blurbs about what&#039;s new, and a link that says &quot;read more&quot; or something like that.&lt;/p&gt;
&lt;p&gt;Am I getting it?&lt;/p&gt;
&lt;p&gt;Here is another page that was created for me by  &lt;a href=&quot;http://profitjump.com/traffic/doorway.html&quot; class=&quot;bb-url&quot;&gt;http://profitjump.com/traffic/doorway.html&lt;/a&gt;&lt;br /&gt;
 &lt;a href=&quot;http://2kcut.com/_atest/Test-Doorway.html&quot; class=&quot;bb-url&quot;&gt;http://2kcut.com/_atest/Test-Doorway.html&lt;/a&gt;&lt;br /&gt;
I plan to maybe modify it some and utilize it.  Would appreciate any thoughts on it.&lt;/p&gt;
&lt;p&gt;Look for a separate post, related to this topic:  &quot;help with reducing load time, please&quot; ~ &lt;/p&gt;
&lt;p&gt;Thanks, again!&lt;br /&gt;
~ Carole&lt;/p&gt;
&lt;p&gt;[This message has been edited by tiny (edited 02 April 2000).]&lt;/p&gt;
 </description>
     <pubDate>Sun, 02 Apr 2000 15:10:00 +0000</pubDate>
 <dc:creator>tiny</dc:creator>
 <guid isPermaLink="false">comment 1013413 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-help-doorway-page#comment-1013412</link>
    <description> &lt;p&gt;It worked for me (last night).&lt;/p&gt;
&lt;p&gt;I don&#039;t think you have achieved what you are looking for - because it still takes quite a while to load.  And you&#039;re absolutely right, your &#039;old&#039; page took forever  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;For something to catch the attention and keep the visitors from leaving, I think 5 seconds is ideal, 10 seconds ... do I want to wait??&lt;/p&gt;
&lt;p&gt;Why not just the logo, and some words, e.g. a simple list of the major brands, manufacturers you sell, and - of course - tell me why I should enter. Best selection on-line, lowest prices for highest quality, whatever you think will catch the attention.&lt;/p&gt;
&lt;p&gt;And make sure the vital message is &#039;above the fold&#039; i.e. top of the page&lt;/p&gt;
 </description>
     <pubDate>Sun, 02 Apr 2000 13:07:00 +0000</pubDate>
 <dc:creator>AndyB</dc:creator>
 <guid isPermaLink="false">comment 1013412 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-help-doorway-page#comment-1013411</link>
    <description> &lt;p&gt;I also rec&#039;d a &quot;File Not Found&quot;, however, if I understand what you are asking, you are looking for an attention catcher entry to your site.  Simple way to do it is to just put up a new index.html (or whatever your system recognizes as the default load page) and rename the old front page as someothername.html&lt;/p&gt;
&lt;p&gt;Then you can either have a link off the new front page via a graphic, link, button, etc... that takes those interested in proceeding further to your old homepage.&lt;/p&gt;
&lt;p&gt;If what you want is a flash screen, by that I mean a page that just loads up, displays something, and then automatically forwards the user to your old homepage, then use the&lt;br /&gt;
window.setTimeout method in the new front page.&lt;/p&gt;
&lt;p&gt;Put the following in your &amp;lt;HEAD&amp;gt; section.&lt;/p&gt;
&lt;p&gt;&amp;lt;Script Language=&quot;JavaScript&quot;&amp;gt;&lt;br /&gt;
function done_with_page(){&lt;br /&gt;
window.setTimeout(&quot;go_to_home();&quot;,2000);&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;function go_to_home(){&lt;br /&gt;
document.location=&quot;youroldhomepage.html&quot;;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/Script&amp;gt;&lt;/p&gt;
&lt;p&gt;then in your body tag put the following:&lt;/p&gt;
&lt;p&gt;&amp;lt;BODY ONLOAD=&quot;done_with_page();&quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;This will load your new page, wait 2 seconds (2000ms) then load your old homepage.&lt;/p&gt;
&lt;p&gt;If this is what you needed great!&lt;br /&gt;
Otherwise, fix the link so I can see what you mean  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/wink.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Tazman&lt;/p&gt;
 </description>
     <pubDate>Sun, 02 Apr 2000 06:23:00 +0000</pubDate>
 <dc:creator>tazman</dc:creator>
 <guid isPermaLink="false">comment 1013411 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-help-doorway-page#comment-1013410</link>
    <description> &lt;p&gt;I got a &quot;File Not Found&quot; Page  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/frown.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt; &lt;img src=&quot;http://www.webmaster-forums.com/ubb/frown.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
-RJ D&#039;Angelo&lt;br /&gt;
&lt;a href=&quot;http://www.dangelowebdesign.com&quot; title=&quot;http://www.dangelowebdesign.com&quot;&gt;http://www.dangelowebdesign.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://sopranos.virtualave.net&quot; title=&quot;http://sopranos.virtualave.net&quot;&gt;http://sopranos.virtualave.net&lt;/a&gt;&lt;br /&gt;
AOL: dangelofly&lt;br /&gt;
AIM: flying cow 1016&lt;br /&gt;
Email: &lt;a href=&quot;mailto:rj6567@hotmail.com&quot;&gt;rj6567@hotmail.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 02 Apr 2000 03:27:00 +0000</pubDate>
 <dc:creator>dangelo</dc:creator>
 <guid isPermaLink="false">comment 1013410 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
