<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1017232" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1017232</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/opinion-something#comment-1100566</link>
    <description> &lt;p&gt;i want to redirect to a text menu.&lt;/p&gt;
&lt;p&gt;do i add the following to the detect.js file?&lt;/p&gt;
&lt;p&gt;var is_opera5 = (agt.indexOf(&quot;opera 6&quot;) != -1 || agt.indexOf(&quot;opera/6&quot;) != -1);&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Feb 2002 04:39:23 +0000</pubDate>
 <dc:creator>disaster-master</dc:creator>
 <guid isPermaLink="false">comment 1100566 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/opinion-something#comment-1100565</link>
    <description> &lt;p&gt;disaster-master,&lt;br /&gt;
what the browser detect does is taylor specific functions of the menu to different browsers, NN and IE interpret and execute layers etc in different ways. If you want the menu to work on Opera you will have to do more, but if you want to simply redirect to a text menu for opera then you can use the browser detect in the current menu system and simply add opera 6 to the detections. Once the menu sniffs out Opera 6 you can trigger the displaying of the text menu.&lt;/p&gt;
&lt;p&gt;which one do you want?&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Feb 2002 04:35:37 +0000</pubDate>
 <dc:creator>detox</dc:creator>
 <guid isPermaLink="false">comment 1100565 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/opinion-something#comment-1100564</link>
    <description> &lt;p&gt;Detox,&lt;/p&gt;
&lt;p&gt;I just took a shot at something....don&#039;t really know what I am doing here. anyway, I copied the code off of that site that you gave me and made a file called &quot;detect.js&quot;. I put it just below the menu scripts  exmplmenu_var.js and menu_com.js. I know that there is something else that needs to be done but I am lost here. Am I even on the right track by doing what I just did with the detect.js that I created?&lt;/p&gt;
&lt;p&gt;What next?&lt;/p&gt;
&lt;p&gt;Oh, I looked at brattas stuff in Opera....NOT. And the heirarch menu at webreference doesn&#039;t show up in Opera either. I am thinking that the menu i have is fine as long as i can do something to make just plain text links show up in browsers that do not show the menu. Do you agree with me?&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Feb 2002 04:17:22 +0000</pubDate>
 <dc:creator>disaster-master</dc:creator>
 <guid isPermaLink="false">comment 1100564 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/opinion-something#comment-1100563</link>
    <description> &lt;p&gt;Just stole a quick look at your js files for the detect script (all menus like this have it) and yes you do have it. It is checking for Opera 5, not 6. This seems to be a fairly old style of menu; it is not looking for version 6 of any browser.&lt;br /&gt;
Will have a closer look at the script but I would suggest a better menu system. If the onbly problem with changing is to do with organising it. Simply post back and we can all help. I have set up (in fact most of us probably) these styles of menu&#039;s quite often.&lt;br /&gt;
Get back to us here and let us know what you want to do.&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Feb 2002 04:10:30 +0000</pubDate>
 <dc:creator>detox</dc:creator>
 <guid isPermaLink="false">comment 1100563 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/opinion-something#comment-1100560</link>
    <description> &lt;p&gt;There is probably a browser detect script as part of the DHTML menu. However, you want to do different things, so if it detects for Opera and N4.x, you can use the same variables to set up things, yes.&lt;/p&gt;
&lt;p&gt;If it doesn&#039;t, then you&#039;ll have to use something else (the link Detox gave you above).&lt;/p&gt;
&lt;p&gt;The  tag is not browser detect, that&#039;s just in case someone has JavaScript disabled.&lt;/p&gt;
&lt;p&gt;&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; Suzanne&lt;/p&gt;
&lt;p&gt;P.S. Ha ha, Detox. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt; It&#039;s not on purpose, you know! I&#039;m amused we used the same title for it (mother of all...) ha ha. &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, 06 Feb 2002 03:24:38 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1100560 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/opinion-something#comment-1100558</link>
    <description> &lt;p&gt;i believe there is a browser detect in the script for the menu because this noscript thing is there. It is place just below the body tag in my code along with the file paths for the menu.&lt;br /&gt;
 Your browser is not JavaScript-enabled.&lt;br /&gt;
Am I correct on this? &lt;/p&gt;
&lt;p&gt;If that is a browser detect above, should I use another browser detect as well as the one that is already with the menu or do I try and tweak the one that I already have to make it show the text links for browsers that do not display the menu?&lt;/p&gt;
&lt;p&gt;Thanks for the link....headed that way now.&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Feb 2002 03:10:55 +0000</pubDate>
 <dc:creator>disaster-master</dc:creator>
 <guid isPermaLink="false">comment 1100558 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/opinion-something#comment-1100557</link>
    <description> &lt;p&gt;Damn Suzanne, you beat me to it!!!!&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Feb 2002 03:00:13 +0000</pubDate>
 <dc:creator>detox</dc:creator>
 <guid isPermaLink="false">comment 1100557 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/opinion-something#comment-1100555</link>
    <description> &lt;p&gt;Here you go. There are hundreds of browser checks out there. Sorry disaster-master, I assumed you already had a browser check as a part of the menu. Should have looked harder!&lt;/p&gt;
&lt;p&gt;here is a link to the mother of all browser sniffers. It looks up AOL Opera IE NN hot Java web TV pretty much anything..... &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html&quot; class=&quot;bb-url&quot;&gt;http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Feb 2002 02:58:56 +0000</pubDate>
 <dc:creator>detox</dc:creator>
 <guid isPermaLink="false">comment 1100555 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/opinion-something#comment-1100554</link>
    <description> &lt;p&gt;ha ha ha .... I don&#039;t know of one for complete idiots, sorry!&lt;/p&gt;
&lt;p&gt;It wouldn&#039;t be for you, anyway.&lt;/p&gt;
&lt;p&gt;Script 2.9 at &lt;a href=&quot;http://www.javascriptworld.com&quot; class=&quot;bb-url&quot;&gt;javascriptworld.com&lt;/a&gt; (good book, I recommend it) will serve your needs for basic understanding but you will probably run into some glitches for Opera. If people using Opera choose to look like they are using something else, then they takes their chances. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;You&#039;ll want more than just the browser name, though. You&#039;ll also need a version. (navigator.appName, navigation.version).&lt;/p&gt;
&lt;p&gt;For the Mother of All Browser Sniffing...&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html&quot; class=&quot;bb-url&quot;&gt;http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Do you need help with the rest of it?&lt;/p&gt;
&lt;p&gt;&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; Suzanne.&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Feb 2002 02:57:42 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1100554 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/opinion-something#comment-1100551</link>
    <description> &lt;p&gt;Hi Suzanne,&lt;/p&gt;
&lt;p&gt;You always seem to come through for me. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt; That is what i was originally wanting to do several months ago but i couldn&#039;t figure out how to do that. Someone offered to help but never followed through. Can&#039;t say i blame them.&lt;/p&gt;
&lt;p&gt;If you could recommend a link or site that will instruct me on how to do this that would help a bunch because I don&#039;t even know where to begin. Maybe like &quot;Browser Detect How-To for Complete Idiots.&quot;:D&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Feb 2002 02:26:24 +0000</pubDate>
 <dc:creator>disaster-master</dc:creator>
 <guid isPermaLink="false">comment 1100551 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
