Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FF window.event

Status
Not open for further replies.

jammer1221

Programmer
Jul 30, 2003
352
US
Hey all,

I ran the following code in Firefox and the returned values were rather strange to me. Can anyone shed some light on what's being returned?

Code:
Code:
setInterval(function(event) {
console.log(event)

},200)

Data returned to console:
Code:
65
-9
-6
12
0
18
-9
9
-3
250
-12
-9
-6
-3
15
3
6
9
-3
62
-12
6
9
-3
15
3
6
9
-3
15
3
6
9
-3
0
3
6
9
-3
15
18
6
9
-3
0
3
-9
9
12
0
3
6
9
-3
0

Thanks,

Matt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top