Keystroke Buffer
Apr 21, 2006
is there ANYWAY to have a variable monitor keystrokes on an active page
with javascript and if x keys are pressed, show an alert? in other
words If I'm on the site and I type in "login", it alerts me saying
"You just typed login" with a kind of if (var == 'login') {
alert('alert') } etc,
View 1 Replies
Jul 21, 2006
i need to parse this string and i have to fetch url and coordinates
value of X and Y from this and has to store them in buffer ..
View 2 Replies
View Related
Nov 28, 2006
From any page, I want to be able to call a JS function that will do the
equivelant of select all, and copy. This data will then be posted to a
page that will log it.
This would be easy using copy/paste functionality but I don't want to
screw-up users copy/paste buffer. Anyone have an example of how to
retrieve all text with similar formatting of copying page to notepad
without using copy/paste functionality?
View 2 Replies
View Related