Tip: you can modify some code before running
<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>Text that can be dragged</title><style>.drag{position:relative;cursor:hand}</style><script language="JavaScript">Var dragapproved = falsevar z, x, yfunction move () {if (event. button = 1 & dragapproved) {z. style. pixelLeft = temp1 + event. clientX-xz.style.pixelTop = temp2 + event. clientY-yreturn false} function drags () {if (! Document. all) returnif (event. srcElement. className = "drag") {dragapproved = truez = event. srcElementtemp1 = z. style. pixelLefttemp2 = z. style. pixelTopx = event. clientXy = event. clientYdocument. onmousemove = move} document. onmousedown = dragsdocument. onmouseup = new Function ("dragapproved = false ")</script></head><body> <font class="drag">Welcome to Smile online _ webpage special effects</font></body></html>
Tip: you can modify some code before running