How can I make conditions where if it is a Netscape brwser it gives me just a text and if it is a IE browser it gives me a link. I have this link that I want to show in my IE browsers but just show a text if in Netscape browser.
The html for for IE:
<a href=http://www.webdeveloper.com/forum/archive/index.php/"mypage.html">mypage Link</a>
HTML for netscape:
<p>mypage Link is only available in IE</p>
The html for for IE:
<a href=http://www.webdeveloper.com/forum/archive/index.php/"mypage.html">mypage Link</a>
HTML for netscape:
<p>mypage Link is only available in IE</p>