Indonesia
<html> <head> <judul> 狡猾的按钮 </judul> <skrip> function slip() { var x=Math.round(Math.random()*400); var y=Matematika.bulat(Matematika.acak()*400); document.getElementById("pindah").style.left=x; document.getElementById("pindah").style.top=y; } </script> </head> <body> <form name="myform"> 你不喜欢我? <p><div id=move style="position:absolute;"><input type=button value="是" onmouseover="slip()"></div> <div style="position:relative;left:20pt;"><input type=button value="否"></div> </form> </ tubuh> </html>