一个报税管理系统AJAX第二版B-S.rar
源代码在线查看: masterpage.master
无标题页
var idx=0;
function ChkSession()
{
var Http = new ActiveXObject("Microsoft.XMLHTTP");
Http.open("GET","login.aspx",false); //检查Session失效的页面
Http.send();
var str = Http.responseText;//执行ASPX后的返回结果
//idx++
//document.all("ConvertResult").innerHTML = str+idx;
if(str=="notnull")
{
// alert("out");
// location.href = "login.aspx";
}
else
{ //alert("会话值跟踪时间超时,请重新登录...");//这段代码一直没有运行,往下看,你就知道了
// location.href = "login.aspx";
}
window.setTimeout('ChkSession()', 10000 );//每一秒钟,请求一次ChkSessionOut.aspx
var today=new Date()
var time=""
time+=today.getYear()+"年"
time+=today.getMonth()+"月"
time+=today.getDate()+"日"
ip="";
if(ip=="")
ip = "";
window.status="欢迎登陆网络报税管理系统 -------------- 现在时间:"+time+" -----------当前使用IP地址为:" +ip ;
}
function msg()
{
var today=new Date()
var time=""
time+=today.getYear()+"年"
time+=today.getMonth()+"月"
time+=today.getDate()+"日"
ip="";
if(ip=="")
ip = "";
window.status="欢迎登陆网络报税管理系统 -------------- 现在时间:"+time+" -----------当前使用IP地址为:" +ip ;
}
Response.Redirect("login.aspx")
End If
%>
LineImagesFolder="~/TreeLineImages" ShowExpandCollapse="False" Style="font-size: 30px;
color: #0066ff; background-color: transparent" Width="38px">
VerticalPadding="0px" />
HorizontalPadding="5px" NodeSpacing="0px" VerticalPadding="0px" />