Hi!


On my DynAPI driven website (additionally, it uses frames), I want to open a
DynAPI-enabled popup window.

Similar to creating new DynDocuments for frames, I have an "onload" function
in the code of the popup's html file with the following two lines:

        onload=function() {
                dynapi_ref=opener.top.dynapi // reference to the frame DynAPI was 
loaded
in
                dynapi_ref.DynAPI.popup_dyndoc=new dynapi_ref.DynDocument(self) // 
create
new DynDoc
        };

This works fine with NS4, but IE 5.5 (Win 2000 and Win98 tested) reports an
error for line 2:
        "Invalid procedure call or invalid argument"

Does anybody have an idea??? :-)


Thanks in advance,

Christof


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to