1 Can't Click :D 29th January 2010, 8:27 pm
lynndragon
MITR New User
code ကေတာ့ ဘာမွ သိပ္မရွိပါဘူး...တတ္သေလာက္ေလး ၀င္ေရးၾကည္႔တာပါ :dance :dance
- Code:
<html>
<head>
</head>
<body><form name="ff">
<table border="3" align="center">
<tr><th colspan="3"> <input type="button" onMouseover="window.moveBy(0,-100);" value="▲" onClick="ff.tt.value+='▲'"></th></tr>
<tr><th><input type="button" onMouseover="window.moveBy(-100,0);" value="◄" onClick="ff.tt.value+='◄'"></th>
<th><input type="button" onMouseover="window.moveTo(100,100);" value="@" onClick="ff.tt.value+='@'"></th>
<th><input type="button" onMouseover="window.moveBy(100,0);" value="►" onClick="ff.tt.value+='►'"></th>
<tr><th colspan="3"><input type="button" onMouseover="window.moveBy(0,100);" value="▼" onClick="ff.tt.value+='▼'"></th>
<br>
</table>
</form>
</body>
</html>