<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1023606" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1023606</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/auto-group-pageredirect#comment-1145163</link>
    <description> &lt;p&gt;Hi, i have not really study ASP. I have only learnt using Dreamweaver. So it does that coding in the background. I have learnt the main errors which could could happen and how to fix them. Just not another sort of coding. So i&#039;m learning all the time. &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>Fri, 30 Jan 2004 09:22:56 +0000</pubDate>
 <dc:creator>dhotchin</dc:creator>
 <guid isPermaLink="false">comment 1145163 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/auto-group-pageredirect#comment-1145143</link>
    <description> &lt;p&gt;shows up fine in Safari. &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>Thu, 29 Jan 2004 19:18:46 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1145143 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/auto-group-pageredirect#comment-1145142</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;dhotchin wrote:&lt;/strong&gt; Just to let you no, the above code does not show up on Mac OS X on IE.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;heh, I was about to say that...&lt;/p&gt;
 </description>
     <pubDate>Thu, 29 Jan 2004 19:09:04 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1145142 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/auto-group-pageredirect#comment-1145141</link>
    <description> &lt;p&gt;Really?!  That&#039;s the default vB template for the code tag.  How could they have missed that?!!&lt;/p&gt;
 </description>
     <pubDate>Thu, 29 Jan 2004 19:08:40 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1145141 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/auto-group-pageredirect#comment-1145130</link>
    <description> &lt;p&gt;Hi, thanks for that Mark. It work a treat. Just to let you no, the above code does not show up on Mac OS X on IE. Lucky that i have a PC along side me.&lt;/p&gt;
 </description>
     <pubDate>Thu, 29 Jan 2004 08:16:01 +0000</pubDate>
 <dc:creator>dhotchin</dc:creator>
 <guid isPermaLink="false">comment 1145130 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/auto-group-pageredirect#comment-1145044</link>
    <description> &lt;p&gt;ASP has a Session object...&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;#039;login.asp&lt;br /&gt;&lt;br /&gt;If Request(&amp;quot;txtUser&amp;quot;) = &amp;quot;staff&amp;quot; And Request(&amp;quot;txtPass&amp;quot;) = &amp;quot;secret&amp;quot; Then&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Session(&amp;quot;IsStaff&amp;quot;) = True&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Response.Redirect &amp;quot;staffwelcome.asp&amp;quot;&lt;br /&gt;EndIf&lt;br /&gt;&lt;br /&gt;If Request(&amp;quot;txtUser&amp;quot;) = &amp;quot;staff&amp;quot; And Request(&amp;quot;txtPass&amp;quot;) = &amp;quot;secret&amp;quot; Then&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Session(&amp;quot;IsTech&amp;quot;) = True&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Response.Redirect &amp;quot;techwelcome.asp&amp;quot;&lt;br /&gt;EndIf&lt;br /&gt;&lt;br /&gt;Session(&amp;quot;IsStaff&amp;quot;) = False&lt;br /&gt;Session(&amp;quot;IsTech&amp;quot;) = False&lt;br /&gt;Response.Redirect &amp;quot;guestwelcome.asp&amp;quot;&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;#039;staffwelcome.asp&lt;br /&gt;&lt;br /&gt;If Session(&amp;quot;IsStaff&amp;quot;) = False Then&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;#039;quit hacking!&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Response.Redirect &amp;quot;login.asp&amp;quot;&lt;br /&gt;EndIf&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Mon, 26 Jan 2004 21:15:35 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1145044 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/auto-group-pageredirect#comment-1145030</link>
    <description> &lt;p&gt;It does, but not 100% on how to set it up, but if that is the way, then i will try it out. thanks for the quick response&lt;/p&gt;
 </description>
     <pubDate>Mon, 26 Jan 2004 15:38:15 +0000</pubDate>
 <dc:creator>dhotchin</dc:creator>
 <guid isPermaLink="false">comment 1145030 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/auto-group-pageredirect#comment-1145029</link>
    <description> &lt;p&gt;Sure that can be done.&lt;/p&gt;
&lt;p&gt;Set session variables and use conditional includes based on those session variables.&lt;/p&gt;
&lt;p&gt;Edit: oh, I don&#039;t know if asp has session variables? It must, though.&lt;/p&gt;
 </description>
     <pubDate>Mon, 26 Jan 2004 15:35:01 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1145029 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
