14 lines
560 B
PHP
Executable File
14 lines
560 B
PHP
Executable File
<html>
|
||
<head>
|
||
<title>Untitled Page</title>
|
||
<script type="text/javascript" src="dragIE.js"></script>
|
||
</head>
|
||
<body>
|
||
<div id="2222" style="position:absolute;left:100px;top:100px;background-color:White;border:solid black;">
|
||
<div style="background-color:Gray;border-bottom:solid black;padding:3px;font-family:Sans-Serif;font-weight:bold;" onmousedown="beginDrag(this.parentNode,event);">
|
||
拖动我
|
||
</div>
|
||
<div>
|
||
<p>This is a test.Testing,testing</p></div>
|
||
</div>
|
||
</body> |