testtip.htm

来自「Web版的WorkFlow流程设计器.采用Javascript编写,不需要服务器」· HTM 代码 · 共 27 行

HTM
27
字号
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<script>
function scrolls1(){
alert(2);
}
function sss(){
alert('sss');
}
</script>
</head>

<body onclick="hip1.showHip('请选择远文件,目标文件和判断');">
<button onclick="hip1.showHip('hello');event.cancelBubble=true">show</button>
在屏幕右下角的提示
<div style="position:absolute;top:1000px;left:2000px">hi</div>
<div id="hip1" style="behavior:url(../htc/snhip.htc)"></div>
</body>
</html>
<script>
//document.body.onscroll=function(){
//	alert(3);
//}
//window.attachEvent("onscroll",sss);
</script>

⌨️ 快捷键说明

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