通过浏览器显示一个applet,在本机上运行正常,但copy到朋友机子上,显示灰色区域,浏览器状态栏显示:exception:com.ms.security.SecurityExceptionEx[ai/search/simulation/AisWindow.connect]:cannot access "127.0.0.1":7000
请问是什么问题?
谢谢
附:
<html>
<title>test</title>
<body >
<applet code="AisApplet.class" width=800 height=600>
</applet>
</body>
</html>