From: Cameron H. <ca...@bi...> - 2000-12-06 18:58:40
|
Talking to myself here, but I've got some new info... > Now I have a new problem - when I call set URL, the URL is getting garbled > somewhere. Any ideas what is happening there? It seems to get to > the setURL method intact, but I haven't looked into it any further than that. I think this might be because I'm trying to open a file over a network and windows 2000 has some proprietry protocol for referencing file servers that netscape doesn't understand. maybe. > so I thought I would try and do the same thing for links with IE. However, > I'm using IE5, which doesn't use IFRAMES, it uses a DIV with a > style to load the new document. I don't seem to be able to get to the links > object in the same way with IE5. Don't know about IE4, I don't have it. IE5 is using Behaviours to load the document. I found something interesting when trying to debug this, if I called showProps(this.loadElement.document) I got an error "Not Implemented". This doesn't bode well for being able to set any document properties with the IE5 behaviour method of loading things. Any new ideas on how to solve this would be greatly appreciated, Thanks, Cameron. |