📄 redirect.php
字号:
<html>
<head>
<title><?=$title?></title>
<meta http-equiv='Content-Type' content='text/html; charset=gb2312'>
<link href="<?=$arrSiteGlBCfg['SiteURL']?>/images/public/main.css" rel="stylesheet" type="text/css">
<meta HTTP-EQUIV=REFRESH CONTENT='0; URL=<?=$url?>'>
<script language='Javascript'>
function Show(divid)
{
divid.filters.revealTrans.apply();
divid.style.visibility = 'visible';
divid.filters.revealTrans.play();
}
function Hide(divid)
{
divid.filters.revealTrans.apply();
divid.style.visibility = 'hidden';
divid.filters.revealTrans.play();
}
</script>
</head>
<body Onload='Show(msgboard)' bgcolor="#ebf3e6" text="#000000">
<div id='msgboard' style='FILTER: revealTrans(transition=23,duration=0.5) blendTrans(duration=0.5); position:absolute; left:210px; top:150px; width:350px; height:100px; z-index:1; visibility: hidden'>
<table width='100%' border=0 cellspacing=1 cellpadding=6 bgcolor="#000000">
<tr bgcolor="#ebf3e6">
<td><center><?=$title?></center><br><?=$msg?></td>
</tr>
</table>
</div>
<script>
setTimeout('Hide(msgboard)',3000);
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -