如何调用别人的action?
求教一个js问题
一个父窗口下用 open的方式打开一个没有地址栏的子窗口,查看子窗口源码
document.formname.action="page.vio?method=getinfo¶m="+pa;
document.formname.submit();
我想调用这个action,该如何写呢?
------解决方案--------------------
arr是值 父窗口可以向子窗口传值
window.showModalDialog("ge.vio?method=getinfo¶m="+pa",arr,'dialogWidth:950px;dialogHeight:500px;edge:raised;resizable:yes;scroll:no;status:no;center:yes;help:no;minimize:yes;maximize:yes;');