本文实例讲述了javascript弹出页面回传值的方法。分享给大家供大家参考。具体实现方法如下:
a1.html
@H_301_14@ function test(){ window.open('b1.html','newwindow','height=100,width=400') ; }