Click to See Complete Forum and Search --> : Netscape to IE 6.0 coversion fails.


princess_birdy
03-31-2003, 03:07 PM
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[i].id, queries[i].name, queries[i].ownername, queries[i].ownerid, queries[i].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?