当前位置: 首页 > 图文教程 > 网络编程 > Javascript > alixixi runcode.asp的代码不错的应用

Javascript
form中限制文本字节数js代码
use jscript with List Proxy Server Information
use jscript List Installed Software
List Installed Software Features
List Information About the Binary Files Used by an Application
List the Codec Files on a Computer
List the UTC Time on a Computer
List Installed Hot Fixes
excel操作之Add Data to a Spreadsheet Cell
Add Formatted Data to a Spreadsheet
Apply an AutoFormat to an Excel Spreadsheet
JavaScript语法着色引擎(demo及打包文件下载)
类之Prototype.js学习
一款JavaScript压缩工具:X2JSCompactor
iis6+javascript Add an Extension File
jscript之Open an Excel Spreadsheet
jscript之Read an Excel Spreadsheet
jscript之List Excel Color Values
去除图像或链接黑眼圈的两种方法总结
Add a Formatted Table to a Word Document

Javascript 中的 alixixi runcode.asp的代码不错的应用


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-10-12   浏览: 341 ::
收藏到网摘: n/a

<!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>
</head>
<STYLE>
BODY {
SCROLLBAR-FACE-COLOR: #E8F5FE;
SCROLLBAR-HIGHLIGHT-COLOR: #AAC7E9;
SCROLLBAR-SHADOW-COLOR: #fcfcfc;
SCROLLBAR-3DLIGHT-COLOR: #fcfcfc;
SCROLLBAR-ARROW-COLOR: #240024;
SCROLLBAR-TRACK-COLOR: #fcfcfc;
SCROLLBAR-DARKSHADOW-COLOR: #AAC7E9;
SCROLLBAR-BASE-COLOR: #fcfcfc
}
</STYLE>
<script>
function click(e) {
   if (document.all) {
   if (event.button==1||event.button==2||event.button==3) {
    oncontextmenu='return false';
   }
   }
   if (document.layers) {
   if (e.which == 3) {
    oncontextmenu='return false';
   }
   }
  }
  if (document.layers) {
   document.captureEvents(Event.MOUSEDOWN);
  }
  document.onmousedown=click;
  document.oncontextmenu = new Function("return false;")
  var travel=true
  var hotkey=17  /* hotkey即为热键的键值,是ASII码,这里99代表c键 */
  if (document.layers)
  document.captureEvents(Event.KEYDOWN)
  function gogo(e)
  { if (document.layers) {
  if (e.which==hotkey&&travel){
   //alert("操作错误.或许是您按错了按键!");
} }
  else if (document.all){
  if (event.keyCode==hotkey&&travel){
//alert("操作错误.或许是您按错了按键!");
}}
  }
document.onkeydown=gogo
</script>
<link id="css" href="style1.css" type="text/css" rel="stylesheet">
<script src="common.js" language="javascript" type="text/javascript"></script>
<div style="margin-left:8px;">欢迎光临软晨学习网网页脚本特效中心,点击运行按钮演示特效:<br/>
<br /><TEXTAREA id="temp57711" class="htmlarea"><html>
<title>网页特效代码|JsCode.CN|---全选并复制表单中内容</title>
<head>
<style>
.highlighttext{
background-color:yellow;
font-weight:bold;
}
</style>
</head>
<form name=test>
<input type="button" value="全选并复制" onclick="javascript:HighlightAll('test.select1')" >
<textarea name="select1" rows=3 cols=46 >你好,欢迎光临网页特效观止http://www.jscode.cn</textarea>
</form>
<script language="Javascript">
<!--
var copytoclip=1
function HighlightAll(theField) {
var tempval=eval("document."+theField)
tempval.focus()
tempval.select()
if (document.all && copytoclip==1){
therange=tempval.createTextRange()
therange.execCommand("Copy")
window.status="Contents highlighted and copied to clipboard!"
setTimeout("window.status=''",1800)
}
}
//-->
</script>
</head>
</html>
<a href="http://www.ruanchen.com/">欢迎访问软晨学习网网页特效集</a></TEXTAREA><br/><INPUT onclick="runEx('temp57711')" type="button" value="运 行" class="submit1"/> <INPUT onclick="doCopy(temp57711)" type="button" value="复 制" class="submit1"/> <INPUT onclick="doSave(temp57711)" type="button" value="保 存" class="submit1"/> <input type=button onclick="parent.window.neatDialog.close()" class=submit1 value="关闭" /> <span class="fontgray12"> [提示:Ctrl+A 全部选择,可先修改部分代码后运行]</span></div>
<body>
</body>
</html>
打包文件下载