script.js

来自「一个利用ASP和ACCESS设计的图书管理系统源码」· JavaScript 代码 · 共 16 行

JS
16
字号
function syn()
{
		alert();
	if(top.location.search!="?url="+top.fraRightFrame.location.pathname){
		top.location = "/data/?url=" + top.fraRightFrame.location.pathname;// + top.fraRightFrame.location.search + top.fraRightFrame.location.hash;
	}
}
function SelectStart()
{
	window.event.cancelBubble = true;
	window.event.returnValue = false;
	return false;
}


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?