Page 1 of 1

안녕하세요 스크립트와 applet 통신간에서

Posted: 2005 03 10 11:49 12
by power
제가 지금 웹채팅을 만들고 잇는대요 조건이 crossbrowsing 이 되야 합니다.
버전호환성도 만족시켜야 해서 너무 어렵네요...
지금 현재 모질라 1.4,오페라 7.x 를 가지고 테스트 중인대요
잘안되는게 있어서요...
현재 나와 있는 최상위 버전에서
script 에서
document.myApplet.함수명()
이렇게 하면 호출이 되는대
모질라 1.4, 오페라 7.x 에서는 이런 에러가 나는대요 어떻게 해야 할지...
sun.plugin.liveconnect.OriginNotAllowedException: JavaScript is not from the same origin as the Java code, caller=http://127.0.0.1:7001, callee=http://10.46.105.199/chatApplet/

at sun.plugin.liveconnect.SecureInvocation.checkLiveConnectCaller(Unknown Source)

at sun.plugin.liveconnect.SecureInvocation.access$000(Unknown Source)

at sun.plugin.liveconnect.SecureInvocation$2.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at sun.plugin.liveconnect.SecureInvocation.CallMethod(Unknown Source)

at sun.plugin.liveconnect.SecureInvocation.access$300(Unknown Source)

at sun.plugin.liveconnect.SecureInvocation$CallMethodThread.run(Unknown Source)

지원을 안한다는 말같은대 이에러가 뜻하는게 정확하게 먼지, 해결방법이 있으면 좀 알려주세요...

감사합니다.