首页 | 站长免费中心 | 新手上路 | 网站运营 | 网页制作 | 图片设计 | 动画设计 | 网页编程 | 网页特效 | 本站专题 | 虚拟主机 | 域名注册 | 网站建设 | 程序下载
       免费空间资源 | 新闻咨询 | 免费域名 | 免费网盘 | 网站推广 | 网站策划 | 建站经验 | 网站优化 | 网页代码 | 源码下载 | 音乐小偷 | 网络赚钱 | 论坛交流
网站建设
网站建设
虚拟主机
虚拟主机
域名注册
域名注册
711网络首页
站长工具
站长工具
网站源码
网站源码
站长论坛
站长论坛

 711网络 网页制作Javascript/Ajax

JS运行HTML代码:运行代码、复制代码、另存代码、清除代码

来源: 互联网    日期:2012-3-19
 

Tc711Com提示:网站技术博客少不了介绍网页代码,调试代码。今天给大家推荐JS运行HTML代码工具,可以在网页中直接运行代码,预览代码运行效果,复制代码、另存代码、清除代码。

<!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=utf-8" />
<title>JS运行HTML代码:运行代码、复制代码、另存代码、清除代码</title>
<script>
<!–运行代码 –>
function runEx(cod1)  {
cod=document.all(cod1)
  var code=cod.value;
  if (code!=""){
  var newwin=window.open('','','');  //打开一个窗口并赋给变量newwin。
  newwin.opener = null // 防止代码对页面修改
  newwin.document.write(code);  //向这个打开的窗口中写入代码code,这样就实现了运行代码功能。
  newwin.document.close();
}
}

//复制文本域代码
function cycode(obj) {
var rng = document.body.createTextRange();
rng.moveToElementText(obj);
rng.scrollIntoView();
rng.select();
rng.execCommand("Copy");
window.status="高亮度包含的代码已被复制到剪贴板!Contents highlighted and copied to clipboard!"
setTimeout("window.status=''",1800)
rng.collapse(false);
alert("内容已复制到剪切板!");

}
//另存代码
function svcode(obj) {
var winname = window.open('', '_blank', 'top=10000');
winname.document.open('text/html', 'replace');
winname.document.writeln(obj.value);
winname.document.execCommand('saveas','','code.htm');
winname.close();
}

//清空代码
function cleararea(obj){
var box = document.getElementById("code");
box.value="";
}
</script>
<style type="text/css">
.btn02 { width:60px; height:24px; border:1px solid #87a3c1; background:url(http://www.hihaven.cn/wp-content/themes/wp-HavenCMS/images/btn_bg.gif); color:#555; font-size:12px; line-height:180%; cursor:pointer;}
.btn04 { width:60px; height:24px; border:1px solid #a2904d; background:url(http://www.hihaven.cn/wp-content/themes/wp-HavenCMS/images/btn_bg.gif) 0 -66px; color:#630; font-size:12px; cursor:pointer; line-height:180%;}
</style>
</head>

<body>
<div align="left">
<textarea class='fm' id='code' style="width:600px;height:220px;" cols="80" rows="15"></textarea><br />
<input onclick="runEx('code')" name="button" onmouseover=this.className="btn04" onmouseout=this.className="btn02" type="button" value="运行代码" onFocus="this.blur()">
<input onClick="cycode(code)" name="button" onmouseover=this.className="btn04" onmouseout=this.className="btn02" type="button"  value="复制代码" onFocus="this.blur()">
<input onclick="svcode(code)" name="button" onmouseover=this.className="btn04" onmouseout=this.className="btn02" type="button" value="另存代码"  onFocus="this.blur()">
<input onclick="cleararea(code)" name="button" onmouseover=this.className="btn04" onmouseout=this.className="btn02" type="button" value="清空代码"  onFocus="this.blur()">
<span style="color:#999999; font-size:12px;"> 提示:可以先修改部分代码后再运行</span></div>
<br>
<a href="http://www.tc711.com">tc711.com</a>整理
</body>
</html>



更多的JS运行HTML代码:运行代码、复制代码、另存代码、清除代码请到论坛查看: http://BBS.TC711.COM



【 双击滚屏 】 【 评论 】 【 收藏 】 【 打印 】 【 关闭 】 来源: 互联网    日期:2012-3-19   

发 表 评 论
查看评论

  您的大名:
  • 尊重网上道德,遵守中华人民共和国的各项有关法律法规
  • 承担一切因您的行为而直接或间接导致的民事或刑事法律责任
  • 本站管理人员有权保留或删除其管辖留言中的任意内容
  • 本站有权在网站内转载或引用您的评论
  • 参与本评论即表明您已经阅读并接受上述条款
认证编码: 刷新验证码
点评内容: 字数0
  精品推荐  
  本月推荐  
  友情赞助  

关于我们 | 联系我们 | 广告投放 | 留言反馈 | 免费程序 | 虚拟主机 | 网站建设 |  网站推广 |  google_sitemap baidu_sitemap RSS订阅
本站所有资源均来自互联网,如有侵犯您的版权或其他问题,请通知管理员,我们会在最短的时间回复您
Copyright © 2005-2015 Tc711.Com All Rights Reserved 版权所有·711网络   蜀ICP备05021915号
110网监备案 信息产业备案 不良信息举报