总结JavaScript(Iframe、window.open、window.showModalDialog)父窗口与子窗口之间的操作
摘要:一、Iframe 篇//父对象得到子窗口的值//ObjectID是窗口标识,ContentID是元素IDfunction GetValue(ObjectID,ContentID){ var IsIE = (navigator.appName == 'Microsoft Internet Explorer') if(IsIE) {//如果是IE alert(document.frames(Obje...
阅读全文
posted @
2010-06-10 14:21
steven_2005
阅读(1129)
推荐(0)