Home  >  Article  >  Backend Development  >  一个棘手的有关问题,就是打开窗口,别以为简单

一个棘手的有关问题,就是打开窗口,别以为简单

WBOY
WBOYOriginal
2016-06-13 13:35:50906browse

一个棘手的问题,就是打开窗口,别以为简单
效果是,大量的客户网站首页弹出一个窗口(过年了,放上去一个过年的动画)  

但是过年后,就不再弹出这个窗口了。客户比较多(上百个),如何做啊?  


------解决方案--------------------

用cookie做,过期时间设置为过年后就OK了。
------解决方案--------------------

探讨

弹出窗口基本都给浏览器秒杀

------解决方案--------------------
在过年的时候放弹窗,过年后取消掉不是更好
------解决方案--------------------
if(过年了)显示
else
不显示
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn