ymPrompt消息提示组件的方法
ymPrompt.getPage().contentWindow.document.body.outerHTML
在火狐里面提示 undefined
IE正常。
调用代码是
ymPrompt.win({ message: 'PopLifeCircle.aspx', width: 400, height: 600, title: '选择生活圈', handler: handler,iframe:true});
处理函数
function handler() { alert(ymPrompt.getPage().contentWindow.document.body.outerHTML); }
添加回答
举报
0/150
提交
取消