> Thnaks for the reply, and thanks also to Fabian.  What I'm really 
> looking for is how Window.open() works in JavaScript.  How do I find the 
> Window object as it exists in source? Greppng the source tree is not 
> proving all that helpful, but who knows perhaps I figure out the magical 
> regexp. I'm kind of rusty on my C/C++, and I only studied it in school - 
> never used it on the streets.  I'm not really sure what I should be 
> looking for.  I suspect there is a *.h somewhere with the outline of the 
> Window object. (If that's even meaningful.)  Any suggestions?
> 
> Steven
> 

Wow you're a lucky punk, this is the area I know the best. If you want 
an introductory document explaining the DOM (the implementation of the 
window object is part of the DOM) you can find it at 
mozilla.org/docs/dom/mozilla/hacking.html
I just checked in an updated version so maybe the website hasn't picked 
it up yet. If you have any questions I'll be glad to answer them.

-Fabian.


Reply via email to