一种方案是使用Flash进行Socket通讯,Flash的强大自不必多说。
你可以在下面的地方了解详情:
【即时通信系统客户端 - flash socket】http://www.cnblogs.com/shinings/archive/2010/02/27/1674673.html
第二种方案是使用Google开发的开源代码Jsocket
【jsocket】http://code.google.com/p/jsocket/
在User.html页面页面中用 showModalDialog 添加返回值 (不会被d窗屏蔽)
语法格式:
var temp =window.showModalDialog("Options.html",window,'toolbar:nolocation:nodirectoriesnostatus:nomenubar:noscroll:nodialogwidth:1200pxdialogheight:600px')这个temp 就是 Options.html 返回的值
在 Options.html 用js 设置返回值 :
var temp = Options 选中的值window.returnValue = temp
window.close()
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)