[Dynapi-Dev] Frameset permission workaround?

2003-12-03 Thread Daniel Tiru
Hi folks! I have a huge problem with some frameset and pages on diffrent domains. And I thought of you all who are really really good at JS :) Case: We have one frameset at www.test.se witch includes a js-file from kalle.test.se. So long it works fine. the js-include from kalle.test.se have a c

Re: [Dynapi-Dev] Style object?

2003-12-03 Thread Kevin
Yes Doug no docs on the new style object. Things are a bit quiet at the moment. I believe Raymond is going to redo these components a standard way. - Kevin - Original Message - From: Doug Melvin To: [EMAIL PROTECTED] Sent: Friday, November 28, 2003 6:06 PM Subject: [Dynapi-Dev] Style o

Re: [Dynapi-Dev] Frameset permission workaround?

2003-12-03 Thread Doug Melvin
Unfortunatly what you are doing "cross-domain scripting" was labeled a security weakness and and is now disabled in most browser by default. That's as far as direct JS interaction.. you can still use stuff like the soap libary to pas information around. - Original Message - From: "Daniel

Re: [Dynapi-Dev] Frameset permission workaround?

2003-12-03 Thread Daniel Tiru
Yepp, i thought so aswell :( Thanks for your effort mate! Regards Daniel > Unfortunatly what you are doing "cross-domain scripting" was labeled a > security weakness and > and is now disabled in most browser by default. > > That's as far as direct JS interaction.. you can still use stuff like t