可可
查看可可的博客
金钱 | : 1790 |
Level | : 0 |
发帖数 | : 306 |
最后登陆 | : 2013/5/13 |
注册时间 | : 2005/10/24 |
|
_root.onLoad = function() { truedate = new Date(2004, 11, 10); //把上面的日期改成相应的就行 thisdate = new Date(); thisdate.setFullYear(thisdate.getFullYear()); thisdate.setMonth(thisdate.getMonth()); thisdate.setDate(thisdate.getDate()); if (thisdate>=truedate) { getURL("http://www.flansh.com", _self); } else { gotoAndPlay(2); } };
|