WEB开发网
开发学院WEB开发ASP 清除浏览器历史记录代码 阅读

清除浏览器历史记录代码

 2001-02-07 10:16:44 来源:WEB开发网   
核心提示:Code to clear browser history /* This logout.asp is used to clear the back pages of the browser,/* if the user has logged out./* if there are no specific vbscri
Code to clear browser history

/* This logout.asp is used to clear the back pages of the browser,
/* if the user has logged out.
/* if there are no specific vbscripting to be done then you can
/* use this file as logout.htm

<%
/* Clear all your sessions over here and do other
/* desired things
%>

<SCRIPT LANGUAGE=javascript>
{
var Backlen=history.length;
history.go(-Backlen);
top.window.location.href ="../esadmin/administer.asp";
}
</SCRIPT>


/* here the "../esadmin/administer.asp" page is the
/* desired page to be displayed after the user logs out

To use the code above, click and drag your mouse over the code to highlight it.  Then right click on the
highlighted code and click "Copy."  Now you may paste it into your code editor.

Tags:清除 浏览器 历史

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接