<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>無標題文檔</title>
<SCRIPT LANGUAGE=javascript>
function click() {
alert('禁止你的左鍵復制!') }
function CtrlKeyDown(){
if (event.ctrlKey) {alert('不當的拷貝將損害您的系統!') }}
document.onkeydown=CtrlKeyDown;
document.onselectstart=click;
function init(){
document.getElementById("kk").innerHTML="測試";
}
</SCRIPT>
</head>
<body onload="init();">
<marquee id="kk">這里寫文字</marquee>
<marquee id=info onMouseOver=info.stop() onMouseOut=info.start() direction="up">
?? ?<font style="宋體" size="2"> ?? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ?
?? ??? ?紅紅火火
?? ?</font>
</marquee>
</body>
</html>
posted on 2008-01-20 14:21
無聲 閱讀(3683)
評論(3) 編輯 收藏 所屬分類:
職場生活