![]() |
|
|
+ Search |
![]()
|
Aug 11th, 2006 15:53
David Alden, Keshav MC,
<html>
<script type="text/javascript" language="javascript">
document.onkeydown = function (evt) {
if(evt.which == 133 || evt.keyCode == 113){
// 113 is the keyCode for F2
// submit your adobe form here
alert(evt.keyCode);
}
}
</script>
</html>