山月

失败

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

<html>
<head>

<script language="Javascript" type="text/javascript">
function sixteenth(src)
{
    var oSrc = eval("document." + src);
    oSrc.focus();
    oSrc.select();

    textRange = oSrc.createTextRange();
    textRange.execCommand("Copy");
    window.status = "Text is copied to clipboard!";
    setTimeout("window.status=''", 1000);

}
</script>

</head>

<body>

<form name="text">
<a href="javascript:sixteenth('text.code')"> &nbsp;Copy All&nbsp; </a><br><br>
<textarea name="code" rows=10 cols=35 >1st JavaScript Editor is used to create animations and other special effects for Web pages using DHTML and JavaScript.
</textarea>
</form>

</body>
</html>

posted on 2010-12-29 16:33  山|月  阅读(158)  评论(0编辑  收藏  举报