[查看演示] 源码如下 ---------------------------------------------------------- <HTML>
<HEAD>
<TITLE>剪贴板操作-www.51windows.Net</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<META NAME="Author" CONTENT="51windows,海娃,haiwa">
<META NAME="Description" CONTENT="Power by 51windows.Net">
</HEAD>
<BODY>
<button onclick="clipboardData.setData('text','51windows.Net');">复制</button>
<textarea></textarea>
<button onclick="clipboardData.clearData('text');">清空剪贴板</button>
</BODY>
</HTML>
<div style="position: absolute; top: 10; right: 10; width: 148; height: 18;cursor:hand">
<input type="button" name="Button" value="查看源代码" onClick= 'window.location = "view-source:" + window.location.href'></div> |