![]() |
|
|
+ Search |
![]()
|
Mar 31st, 2005 02:14
Truth, daya dc,
Use this code just below <body> tag
<script language=javascript>
function click() {
event.keyCode=37;
return false;
}
//document.onmousedown=click
document.onkeydown=click
</script>
This solution doesn't work. It only works if the focus is on the
document, not the flash object.