Works like a charm! Thanks Wizzud
:) Frank On 10/1/07, Wizzud <[EMAIL PROTECTED]> wrote: > > > > if(!$.browser.msie){ > .....//bug out > } > > > FrankTudor wrote: > > > > > > I have a tool that only operates under IE > > > > So all other browser users get an alert here is my code...but it > > doesn't work... > > > > Can someone get me straightened out? > > > > <script> > > $(document).ready(function() > > { > > if($.browser.[safari, opera, mozilla]) > > { > > $( function() { alert("You must use Internet > Explorer to view the > > links at this time!"); > > } > > ); > > } > > ); > > </script> > > > > > > > > -- > View this message in context: > http://www.nabble.com/simple-browser-check-%28need-help%29-tf4551358s27240.html#a12988940 > Sent from the jQuery General Discussion mailing list archive at Nabble.com > . > >