hi shmmeee, had a good weekend? i have had a great one!! sun is shinin! water is freshy! wooo! B-)
well, lets get closer 2 our subject:
well, usin for (obj in window) {do smth} u can get access 2 every object/property in window object (e.g. opener, clientinformation, defaultStatus, document, etc. - check it urself..) & i just thought: if u can get variable like this:
var variable='hush!!!'
alert(window.variable)
so why not 2 try 2 get'em all in those loop?(
for (ii in window){alert(ii)}) & then get [*somehow*, its the other question] the one[or more] that u need 2 get acces 2..
anyway, looks like this is a wrong way, 'coz i just checked it - it shows only standart, but not user-defined properties/objects, but the idea was good, huh?
i still think that there is solution, & it is not so far, lets keep on diggin 2getha!
regards, vic