Your Ad Here
首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 网站建设 > ASP > 清除浏览器历史记录代码
【标  题】:清除浏览器历史记录代码
【关键字】:清除,代码,浏览器
【来  源】:网络

清除浏览器历史记录代码

Your Ad Here 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.

ASP中巧用Response属性:【上一篇】
怎样读取一个文本文件的内容?:【下一篇】
【相关文章】
没有相关文章
【随机文章】
  • java.io.Reader 和 java.io.InputStream 的区别
  • struts2.01学习笔记
  • js动态数组
  • TCL/EXPECT自动化测试脚本实例五 --- 由文件中读取一行
  • C++Builder调用Matlab
  • 2006年5月软件设计师考试大纲
  • C++string类常用函数
  • ORACLE9I FOR AIX 5L 的移动
  • 互连网协议——TCP/IP
  • 将小写的金额转换成中文的大写金额
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 软讯网络 All Rigths Reserved.