<%@ Page Language="C#" EnableViewState="false" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<script type="text/javascript">
<!--
var duration=2900;
var endTime = new Date().getTime() + duration + 100;
function interval()
{
var n=(endTime-new Date().getTime())/1000;
if(n<0) return;
document.getElementById("timeout").innerHTML = n.toFixed(3);
setTimeout(interval, 10);
}
window.οnlοad=function()
{
setTimeout("window.location.href='http://community.csdn.net/index.htm'", duration);
interval();
}
//-->
</script>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>キ「ノ嶸﨔・/title>
</head>
<body>
<form id="form1" runat="server">
<div>
カヤイサニ。ト耆テホハオトメウテ豕惞。<br />
マオヘウヤレ <span id="timeout">3.000</span> テ・・スォラヤカッフェオス <a href="http://community.csdn.net/index.htm">ノ酩ラメウ</a>
</div>
</form>
</body>
</html>