Indonesia
<!--完整的HTML代码如下:--> <html> <head> <title>提示菜单</title> <script> var x,y function canMove() { x=document.body.scrollLeft+event. clientX y=document.body.scrollTop+event.clientY } fungsi bergerak() { tips.style.posLeft=x+10; tips.style.posTop=y+10; setTimeout("pindah()",10); } fungsi showTips(konten,obj) { obj.innerText=konten+"tttttt"; obj.filters.alpha.opacity=100; } function hideTips(content,obj) {//lebih banyak javascript dari http://www.downcodes.com obj.innerText=content; obj.filters.alpha.opacity=0; } document.write("<div id=tips style='filter:alpha(opacity=0);posisi:mutlak;warna latar:#f3f3f3;ukuran font:9pt;warna:#6c6c6c;batas:#d9d9c6 1 piksel padat;'></div>"); </script> </head> <body onload="move()" onmousemove="canMove()"> <tabel Cellspacing=0 cellpadding=0 border=0 width=760 align=center> <tr> <td height= 40> <a href="#"><span onmouseover="showTips('魔鬼列车最新版本最新上传',tips)" onmouseout="hideTips('',tips)">1</span></a> </td> </tr> <tr> <td tinggi=40> <a href="#"><span onmouseover="showTips('你好世界',tips)" onmouseout="hideTips('',tips )">2</span></a> </td> </tr> <tr> <td tinggi=40> <a href="#"><span onmouseover="showTips('你好世界', tips)" onmouseout="hideTips('',tips)">3</span></a> </td> </tr> <tr> <td height=40> <a href="#">< span onmouseover="showTips('你好世界',tips)" onmouseout="hideTips('',tips)">4</span></a> </td> </tr> <tr> <td tinggi =40> <a href="#"><span onmouseover="showTips('你好世界',tips)" onmouseout="hideTips('',tips)">5</span></a> </ td> </tr> </tabel> </body> </html>