Advertisement
Advertisement
| 05.30.2008 at 10:48AM PDT, ID: 23445426 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: |
<script>
function IDoNotControlThisFunction(e){
test2();
}
function IControlThisFunction(){
alert(window.event.shiftKey);
}
</script>
<input type='button' onclick='IDoNotControlThisFunction(event);' />
|