aui / artDialog

经典的网页对话框组件

Home Page:http://aui.github.com/artDialog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

父界面怎么调用打开的子iframe里面的方法

yaoxiangpingdede opened this issue · comments

var d = dialog({
quickClose: false,
id: 'tourRound',
title: type == 0 ? '分组' : (type == 1 ? '轮巡' : '巡航'),
align: "top left",
url: 'ibms/video/index.action?pageType=tourround'
}).height(400).width(240).show(document.getElementById('tree-top'));
我打开一个iframe窗口,可是我想在父界面调用打开的jsp里面的方法,怎么调用,求大神指导一下。