Netscape to IE 6.0 coversion fails.

admin

Administrator
Staff member
I am trying to move my app from Netscape to IE 6.0 and am getting a failure in this line of code.

parent.opener.queries[parent.opener.queries.length] = new parent.opener.Query(queries.id, queries.name, queries.ownername, queries.ownerid, queries.querygroup);"


My ? is why would this work in Netscape and not IE. I am sure it is failing on the "new" object create. I am getting an "Invalid procedure" failure.

Anyone know?
 
Back
Top