|
Posted by Michael Winter on 11/25/05 15:28
On 25/11/2005 03:10, Onideus Mad Hatter wrote:
[snip]
> [Browser detection is] flawed if you don't know how to implement it
> properly
No, the technique is flawed; it isn't reliable. If the OP must provide
code for IE only, then the OP's time would be better spent investigating
its proprietary conditional comments syntax.
Once the use of IE has been well-established through this method, the
platform string can be used to limit any code to only Win32:
<!--[if IE]>
<script type="text/javascript">
if('Win32' == clientInformation.platform) {
/* ... */
}
</script>
<![endif]-->
[snip]
Mike
--
Michael Winter
Prefix subject with [News] before replying by e-mail.
Navigation:
[Reply to this message]
|