<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1012501" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1012501</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/redirection-based-screen-resolution#comment-1072199</link>
    <description> &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;  Please don&#039;t crossPost the same question.&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Tue, 03 Oct 2000 17:37:37 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1072199 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/redirection-based-screen-resolution#comment-1072195</link>
    <description> &lt;p&gt;That can be done in javascript so... you are off topic... But I will help you anyway... Here is the script:&lt;/p&gt;
&lt;p&gt;&amp;lt;script language=&quot;JavaScript&quot;&amp;gt;&lt;br /&gt;
if (window.screen.width &amp;gt;= 1024) {&lt;br /&gt;
URL = &quot;1024.html&quot;;&lt;br /&gt;
}&lt;br /&gt;
else if (window.screen.width &amp;gt;= 800) {&lt;br /&gt;
URL = &quot;800.html&quot;;&lt;br /&gt;
}&lt;br /&gt;
else if (window.screen.width &amp;gt;= 640) {&lt;br /&gt;
URL = &quot;640.html&quot;;&lt;br /&gt;
}&lt;br /&gt;
location.href = URL;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 03 Oct 2000 17:09:02 +0000</pubDate>
 <dc:creator>hotcut</dc:creator>
 <guid isPermaLink="false">comment 1072195 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
