Godaddy空间,Windows版的
Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level .
An error occurred on the server when processing the URL. Please contact the system administrator.
If you are the system administrator please click here to find out more about this error
程序是ASP+ACCESS的
代码:
网页特效|Linkweb.cn/Js|---可以拖动的文本
.drag{position:relative;cursor:hand}
var dragapproved=false
var z,x,y
function move(){
if (event.button==1&&dragapproved){
z.style.pixelLeft=temp1+event.clientX-x
z.style.pixelTop=temp2+event.c