|
|
| Author |
Message |
shadowofsilence
Joined: 02 Nov 2009
Posts: 9
|
Posted: Sat Nov 07, 2009 12:46 am Post subject: Check for keypress or clicks?? |
|
|
is it posible to determine a key stroke of click on a webpage?
like this:
MainWindow.document.parentWindow.onclick = function(){} |
|
| Back to top |
|
 |
Admin Site Admin
Joined: 22 Aug 2006
Posts: 1055
|
Posted: Mon Nov 09, 2009 8:00 am Post subject: |
|
|
Please, try to find and study all Dom Javascript objects and methods.
We just provide access to the toolbar from Javascript.
MainWindow.document.parentWindow is the same 'window' in browser |
|
| Back to top |
|
 |
|