squirrel Expert Member Joined Jun 11, 2005 Messages 2,165 Reaction score 182 Feb 13, 2007 #1 Hey guys, I remember doing this awhile ago. How would I display a message to certain browsers, for example warning Internet Explorer users how *** it is and they must change to FireFox? Thanks
Hey guys, I remember doing this awhile ago. How would I display a message to certain browsers, for example warning Internet Explorer users how *** it is and they must change to FireFox? Thanks
F Franna Expert Member Joined Apr 18, 2005 Messages 2,238 Reaction score 111 Location Cape Town Feb 13, 2007 #2 To show messages to IE users only make use of "conditional comments": http://msdn.microsoft.com/workshop/author/dhtml/overview/ccomment_ovw.asp
To show messages to IE users only make use of "conditional comments": http://msdn.microsoft.com/workshop/author/dhtml/overview/ccomment_ovw.asp
squirrel Expert Member Joined Jun 11, 2005 Messages 2,165 Reaction score 182 Feb 13, 2007 #3 Thank you!