1 a页面函数
var eee = $("<div ><iframe frameborder='0' scrolling='no' height='100%' width='100%' src='uidialog.html'/></div>").dialog({ 2 autoOpen: false, 3 height: 600, 4 width: 900, 5 modal: true, 6 resizable: false, 7 close: function() { 8 9 } 10 }); 11 12 13 14 function callbackfunction() { 15 alert("123"); 16 }
window.parent. + 函数名
取控件的值也是一样的