求网页中引导页一flash动画播放完自动进入网站首页的代码

来源:百度知道 编辑:UC知道 时间:2024/06/08 18:54:54

请根据需要自己修改下面的代码
<SCRIPT language="JavaScript">
<!--如下代码加入index.asp<head>区域中
function GetCookie(Name) {
var search = Name + "="
var Cookie =document.cookie;
if (Cookie.length <= 0 )return "";// cookie 不存在,返回空值
if (Cookie.indexOf(search)==-1)return "";// 'visited' 不存在,返回空值
start = Cookie.indexOf(search)+ search.length//"visited=yes"起始位置索引值
end = Cookie.indexOf(";", start);//"visited=yes"终止位置索引值
if (end == -1);//";"不存在
end = Cookie.length;
return unescape(Cookie.substring(start, end))
}
function SetCookie(){
if (GetCookie('visited')==''){
document.cookie="visited=yes"
document.location.href="http://bbs.blueidea.com/thread-2899096-1-1.html";//修改为:yindao.html