views:

20

answers:

1

I came across window.eventReturnValue on a couple of web pages today (see the second-to-last line of third yellow box in this example). It's not something I'd ever seen it before. What browsers use it?

EDIT: Thanks to Tim Down for pointing out that I was misreading a typo on the linked example.

+1  A: 

None that I'm aware of. It could be a global variable used by a script on the page. On the page you linked to, that looks like a typo and should read window.event.returnValue.

Tim Down
Ah, thanks. The typo and lack of formatting combined led me to misread it as another property of `window`.
Bill Ayakatubby