我有一条IF / Then警告消息,弹出网络浏览器用户警告他们网站在浏览器中不完全兼容(HTML5等)。我已经在每个页面中构建了警告,认为它会在访问的第一页上自动启动(无论哪个页面),然后如果单击关闭则会忽略其余页面。
错!
我被建议制作一个cookie来查看在访问该网站时是否已按下警报。我理解这个概念,但它超越了我的脑海。有什么帮助吗?
谢谢!
<!--[if lt IE 8]><script type="text/javascript">function message(){alert("We're sorry. Your browser is not able to properly display some features of this website. Please upgrade or use a newer browser. Click OK to view this website anyway.");}</script><![endif]-->
</head>
<body onload="message()">
答案 0 :(得分:0)
您可以设置一个Cookie,用于说明此人是否收到了您未再次显示该消息的消息。