M
Maarten Hensen
Hi all,
I'm trying to call a javascript in another frame, in Firefox it works
great but IE is acting up. It gives me a "is empty or not an object"
error.
I'm tryed to check if the functions exists in IE with:
if (parent.frames[1].flashProxy.call){
alert('Exists 1 ');
}
And it's a NoNo. In FF they tell me they exist offcourse.
As far as I can see it's the right syntax, can anyone tell me what I'm
doing wrong?
Thx in adv
Maarten
I'm trying to call a javascript in another frame, in Firefox it works
great but IE is acting up. It gives me a "is empty or not an object"
error.
I'm tryed to check if the functions exists in IE with:
if (parent.frames[1].flashProxy.call){
alert('Exists 1 ');
}
And it's a NoNo. In FF they tell me they exist offcourse.
As far as I can see it's the right syntax, can anyone tell me what I'm
doing wrong?
Thx in adv
Maarten