JS可以拖动的窗口
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
    <link href="StyleSheet.css" rel="stylesheet">
    <script language="JavaScript" src="Function.js"></script>
</head>
<body leftmargin="0" topmargin="0">
    <div > mailto:ruilei.blogs@gmail.com">ruilei.blogs@gmail.com</a><br>
                    <input name="txtBox" style="bgcolor: 000080; color: 008800">
                    <button onclick="MM_showHideLayers('floater','','hide')">hide</button>
                </td>
            </tr>
        </table>
    </div>
</body>
</html>

另外还有其他一个JS文件,如果有想要完整代码的请留言给我。
-------------------------------------------------------------
小技巧:
<a href="javascript:CopyText(document.all.Copy);">
 [ 复制代码 ]
</a>
<a href="javascript:runCode(document.all.Copy);">
 [ 运行代码 ]
</a>
<div ></div>

可以把div中的内容复制,或者运行。
-------------------------------------------------------------

相关文章:

  • 2022-01-21
  • 2021-05-28
  • 2022-01-31
  • 2022-12-23
  • 2021-10-19
  • 2021-07-25
  • 2021-10-04
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-31
  • 2021-06-17
  • 2021-05-20
  • 2021-10-29
  • 2021-08-27
  • 2022-12-23
相关资源
相似解决方案