Sorry - I was being dumb and missed the second meaning of "top". I arrived at my syntax based on reading that one of the properties (attributes?) of the winFeatures string [in "window.open(*,*,winFeatures)"] was "top", as in "...,top = 100,...") (and another was "left" - both IE only, Netscape using something completely different) and so I assumed that window.top would reference it (which is really dumb because the project I'm working on is a 4-frame window, and the javascript functions controlling all 4 frames are in frames[3], so I'm using "top" as a base reference every day.)
So, ARE .screenTop and .screenLeft W3 standard now (and therefore implemented in the current versions of most browsers)?
Thanks for the reply and whatever further info you can provide - I'm still very new at scripting.
|