Salve carissimi ..

Un mio amico su messenger mi ha passato questo Script, e mi ha detto che non e' Corretto...
dato che io di Javascript non ci capisco una mazza...per favore..ci sarebbe qualcuno cosi gentile da darmi una mano ?

p.s. se Lo script sembra strano, vi posso dare un link dove vederlo in azione.

questo e' il link per vedere lo script in azione : http://www.forbiddengaming.com/

lo script e' quella finestra nera sulla sinistra con su scritto "Lineage2 DEX Romania"
e se muovete il Mouse su e giu con la rotellina...la finestrella Si muove......

questo script che vi do adesso..dovrebbe essere piu' o meno simile..pero' non so se lo e'...

ecco lo script..e scusate se sono un incapace..

codice:
<SCRIPT language=JavaScript1.2>

var ns4=document.layers

var ie4=document.all

var ns6=document.getElementById&&!document.all



//drag drop function for NS 4////

/////////////////////////////////







var dragswitch=0

var nsx

var nsy

var nstemp



function drag_dropns(name){

if (!ns4)

return

temp=eval(name)

temp.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP)

temp.onmousedown=gons

temp.onmousemove=dragns

temp.onmouseup=stopns

}



function gons(e){

temp.captureEvents(Event.MOUSEMOVE)

nsx=e.x

nsy=e.y

}

function dragns(e){

if (dragswitch==1){

temp.moveBy(e.x-nsx,e.y-nsy)

return false

}

}



function stopns(){

temp.releaseEvents(Event.MOUSEMOVE)

}



//drag drop function for ie4+ and NS6////

/////////////////////////////////





function drag_drop(e){

if (ie4&&dragapproved){

crossobj.style.left=tempx+event.clientX-offsetx

crossobj.style.top=tempy+event.clientY-offsety

return false

}

else if (ns6&&dragapproved){

crossobj.style.left=tempx+e.clientX-offsetx

crossobj.style.top=tempy+e.clientY-offsety

return false

}

}



function initializedrag(e){

crossobj=ns6? document.getElementById("dnwtop_100_showimage") : document.all.dnwtop_100_showimage



var firedobj=ns6? e.target : event.srcElement

var topelement=ns6? "HTML" : "BODY"



while (firedobj.tagName!=topelement&&firedobj.id!="dragbar"){

firedobj=ns6? firedobj.parentNode : firedobj.parentElement

}



if (firedobj.id=="dragbar"){

offsetx=ie4? event.clientX : e.clientX

offsety=ie4? event.clientY : e.clientY



tempx=parseInt(crossobj.style.left)

tempy=parseInt(crossobj.style.top)



dragapproved=true

document.onmousemove=drag_drop

}

}

document.onmousedown=initializedrag

document.onmouseup=new Function("dragapproved=false")



////drag drop functions end here//////



function hidebox(){

if (ie4||ns6)

	crossobj.style.visibility="hidden"

else if (ns4)

	document.dnwtop_100_showimage.visibility="hide"

}



document.write('');


document.write('<div id="dnwtop_100_showimage" style="z-index: 300; position:absolute;width:380px;left:390;top:190"><table border="1" bordercolor="ffffff" width="380" bgcolor="FF0000" cellspacing="0" cellpadding="0"><tr><td width="100%"><table border="0" width="100%" cellspacing="0" cellpadding="0" height="36"><tr><td width="100%" background="" id="dragbar" title="you may drag me" height="25"><ilayer width="100%" onSelectStart="return false"><layer width="100%" onMouseover="dragswitch=1;if (ns4) drag_dropns(dnwtop_100_showimage)" onMouseout="dragswitch=0"><span style="font-weight: bold; font-family: Verdana; font-size: 12px; color: 000000;  padding: 6px; padding-bottom: 4px;">Vote for L][ Dynasty</span></layer></ilayer></td></tr><tr><td width="100%" bgcolor="000000" style="padding:10px; border: solid 000000 2px; border-top:0px; font-family:Verdana; font-size:12px; color:000000;">
<center>

<font color="ff0000">Vote for L][ Dynasty!
Lets be No.1!</font> <font color="ffffff"></font><font color="black">

<div align="center"></div></td></tr></table></td></tr></table></div></center>');


</SCRIPT>

Ringrazio tutti anche per aver solo letto quello che ho scritto..spero in qualche aiutino..