kusi
10-26-2003, 12:11 PM
what does it mean: if (top.frameX.function-name) {do sth.}
ps: I am using this in another frame named frameY.
when does such a thing get the 'true' value and evaluated?
is a function actiually an object in javascript?
is it evaluated to true, if and only if that function has at least once been called inside that frame(i.e. frameX)?
ps: I am using this in another frame named frameY.
when does such a thing get the 'true' value and evaluated?
is a function actiually an object in javascript?
is it evaluated to true, if and only if that function has at least once been called inside that frame(i.e. frameX)?