When I am in a event like onlaod="alert('bla'); this.alert('blup')"
the this is not longer 'window' but the html object the event is in.
But strangely I call call any alert and use document as if the global
object still would be the window, but alert(window == this) tells me
false :/I would like to use this behavioure in a V8 C++ project, so i wanted to ask how is this "superopsition" of the global object with an other object achieved? -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
