If IE 6 , I want to produce warning and free download other browser icons
问题 My web site want to be open IE7 and above .If IE 6 ,I want to produce warning and free download other browser icons .Is it possible? 回答1: You can get some examples that don't require server side scripting from ie6nomore.com. They use the conditional comments feature of IE, like this: <!--[if lt IE 7]> Your browser is outdated! <![endif]--> But the examples on the site actually offer links to other browsers. Of course, you can roll your own version that suits your layout better. Of course, you