Oh, and if I load this off my dev computer it works fine. But loading off the production server it gives the error. I can't find any difference between the two servers that should make any difference.
To frmfolders.html and frmcreatefolder.html as apparently IE 6 tries to use oConnector on those pages before js/common.js gets loaded and references the object. Fun fun.
Re: oConnector is undefined
Thanks
Re: oConnector is undefined
var oConnector = window.parent.oConnector ;
To frmfolders.html and frmcreatefolder.html as apparently IE 6 tries to use oConnector on those pages before js/common.js gets loaded and references the object. Fun fun.