代码语言
.
CSharp
.
JS
Java
Asp.Net
C
MSSQL
PHP
Css
PLSQL
Python
Shell
EBS
ASP
Perl
ObjC
VB.Net
VBS
MYSQL
GO
Delphi
AS
DB2
Domino
Rails
ActionScript
Scala
代码分类
文件
系统
字符串
数据库
网络相关
图形/GUI
多媒体
算法
游戏
Jquery
Extjs
Android
HTML5
菜单
网页交互
WinForm
控件
企业应用
安全与加密
脚本/批处理
开放平台
其它
【
Js
】
有提示、无弹窗的复制内容
作者:
咏矽
/ 发布于
2016/9/20
/
840
<!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> <title>有提示、无弹窗的复制内容-网页特效代码-鸿新网—分享不一样的网络资源、让您不再为找资源而烦恼!</title> <meta name="keywords" content="有提示复制,无弹窗复制,有提示、无弹窗的复制内容"> <meta name="description" content="有提示、无弹窗的复制内容。"> <script language="javascript"> var userAgent = navigator.userAgent.toLowerCase(); var is_opera = userAgent.indexOf('opera') != -1 && opera.version(); var is_moz = (navigator.product == 'Gecko') && userAgent.substr(userAgent.indexOf('firefox') + 8, 3); var is_ie = (userAgent.indexOf('msie') != -1 && !is_opera) && userAgent.substr(userAgent.indexOf('msie') + 5, 3); var is_safari = (userAgent.indexOf('webkit') != -1 || userAgent.indexOf('safari') != -1); function G(objectId) { if(document.getElementById && document.getElementById(objectId)) {// W3C DOM return document.getElementById(objectId); } else if (document.all && document.all(objectId)) {// MSIE 4 DOM return document.all(objectId); } else if (document.layers && document.layers[objectId]) {// NN 4 DOM. note: this won't find nested layers return document.layers[objectId]; } else { return false; } } function s(s, block) { if (!G(s)) return; if(isUndefined(block)) { block = 'block' } G(s).style.display = block; } function h(s) { if (!G(s)) return; G(s).style.display = "none"; } function isUndefined(variable) { return typeof variable == 'undefined' ? true : false; } function getAbsolutePos(e){ var l=e.offsetLeft; var t=e.offsetTop; while(e=e.offsetParent){ l+=e.offsetLeft; t+=e.offsetTop; } var pos=new Object(); pos.x=l; pos.y=t; return pos; } function jstrim(str){ while (str.charAt(0)==" "){ str=str.substr(1); } while (str.charAt(str.length-1)==" "){ str=str.substr(0,str.length-1); } return(str); } function $F(obj){ return G(obj).value; } function in_array(needle, haystack) { if(typeof needle == 'string' || typeof needle == 'number') { for(var i in haystack) { if(haystack[i] == needle) { return true; } } } return false; } function strlen(str) { return (is_ie && str.indexOf('\n') != -1) ? str.replace(/\r?\n/g, '_').length : str.length; } function getExt(path) { return path.lastIndexOf('.') == -1 ? '' : path.substr(path.lastIndexOf('.') + 1, path.length).toLowerCase(); } //设置提示语 function setWord(id,value) { G(id).innerHTML = value; } //设置错误提示 function setError(id,value) { changeStyle(id,'ErrorMsg'); setWord(id,value); } //设置正确提示 function setOkmsg(id,value) { changeStyle(id,'OkMsg'); setWord(id,value); } //设置注意提示 function setWarning(id,value) { changeStyle(id,'WarningMsg'); setWord(id,value); } //设置提示 function setHintmsg(id,value) { changeStyle(id,'HintMsg'); setWord(id,value); } function setMsgOk(fieldname){ changeStyle(fieldname+'_info','OkMsg Naked'); setWord(fieldname+'_info',''); } function changeStyle(id,class_name){ G(id).className = class_name; } function refreshCode(){ var imgObject = G("seccode_img"); if(isUndefined(SITE_URL)) { imgObject.src = '/seccode?rand='+Math.random(); } else { imgObject.src = SITE_URL + '/seccode?rand='+Math.random(); } imgObject.style.display=""; } function form_submit(){ //changeStyle("SubmitBtn", 'button150'); G('SubmitBtn').disabled = true; //G('SubmitBtn').value = '数据提交中,请稍后'; } //复制代码 function setcopy(id){ text = document.getElementById(id).value; document.getElementById(id).select(); if(text == null || text == "") { setWord('copycode_msg', '没有要复制的内容'); return false; } if(is_ie) { clipboardData.setData('Text', text); setWord('copycode_msg', '复制成功'); } // else if(prompt('你使用的是非IE核心浏览器,请按下 Ctrl+C 复制代码到剪贴板', text)) { // setWord('copycode_msg', '你使用的是非IE核心浏览器,请按下 Ctrl+C 复制代码到剪贴板'); // document.getElementById('copycode_msg').style.color = 'red'; // } else { setWord('copycode_msg', '你使用的是非IE核心浏览器,请按下 Ctrl+C 复制代码到剪贴板'); document.getElementById('copycode_msg').style.color = 'red'; } } </script> </head> <body> <div align=center> 有提示、无弹窗的复制内容 <div><textarea name="textarea" style="width:550px;height:300px;" readonly="readonly" class="input01" id="getmycode" wrap="on" onclick="select()"><!-- TianJi Button BEGIN --> <a href="http://tj.see-say.com/share.asp" class="tianji"><img src="http://tj.see-say.com/code/images/tianji2.gif" width="125" height="21" border="0" id="tianji_a"/></a> <script type="text/javascript" src="http://tj.see-say.com/code/jia.js" charset=utf-8></script> <!-- TianJi Button END --></textarea></div> <div class="mt10"> <input type="button" class="button100" value="复制" onclick="setcopy('getmycode');" /> <span id="copycode_msg" class="f14" style="color:green;"></span> </div> </div> <div align=center> <p style=font-size:16px;>更多资源请访问:<a href="http://www.hhxin.com" target="_blank" title="鸿新网首页"><font color="#257200">鸿新网http://www.hhxin.com</font></a> <script type="text/javascript"> function shut(){ window.opener=null; window.open('','_self'); window.close(); } </script> <input type="button" name="Submit2" value="关闭窗口" title="关闭窗口" onclick="shut()"/> </div> </body> </html>
试试其它关键字
同语言下
.
Jquery搜索框获取回车事件
.
H5页面添加倒计时,然后自动跳转
.
通过user-agent判断h5页面是在哪个手机App(QQ、微信
.
nginx 禁止未绑定的域名访问
.
JavaScript 获取按键,并屏蔽系统 Window 事件
.
H5之只允许微信浏览器打开,禁止从外部浏览器访问
.
微信打开网址添加在浏览器中打开提示的办法
.
实现JS复制、粘贴,Chrome/Firefox下可用
.
video视频播放,play()、pause()、duration时长、onen
.
HTML5实现MP3上传前的预览和播放时长的获取
可能有用的
.
Jquery搜索框获取回车事件
.
H5页面添加倒计时,然后自动跳转
.
通过user-agent判断h5页面是在哪个手机App(QQ、微信
.
nginx 禁止未绑定的域名访问
.
JavaScript 获取按键,并屏蔽系统 Window 事件
.
H5之只允许微信浏览器打开,禁止从外部浏览器访问
.
微信打开网址添加在浏览器中打开提示的办法
.
实现JS复制、粘贴,Chrome/Firefox下可用
.
video视频播放,play()、pause()、duration时长、onen
.
HTML5实现MP3上传前的预览和播放时长的获取
咏矽
贡献的其它代码
(
11
)
.
java如何获得内网ip、外网ip
.
实现文件夹及文件压缩,并实现下载(三)——文件超过15
.
过滤emoji
.
frameset页面跳转
.
动态加载dll任意路径加载dll
.
添加本地jar到私有maven仓库
.
有提示、无弹窗的复制内容
.
建立定时JOB执行存储过程
.
用img代替ajax js心跳 向服务器定时传送参数 主要计算
.
选中一定数量文字触发事件进行分享、转发
Copyright © 2004 - 2024 dezai.cn. All Rights Reserved
站长博客
粤ICP备13059550号-3