读书人

iframe中子窗体调用父窗体的步骤

发布时间: 2012-12-22 12:05:06 作者: rapoo

iframe中子窗体调用父窗体的方法

?

比如一个框架使用使用iframe。 左侧的iframe中.需要调用父窗体的方法;

?

//关闭左侧菜单;function menu_close(){ window.parent.menu_setProperties();}function menu_setProperties(){ //在这里可以对父窗体中的表单或者属性进行操作; var menu= jQuery("#leftMenuID").parent(); jQuery(menu).fadeOut(200); jQuery("#imgButton").get(0).src="/shopping/images/leftMenuHide.jpg";}

?

?

?

读书人网 >编程

热点推荐