查看文章 |
javascript 如何刷新子窗口
2007年06月29日 星期五 22:10
我有两个页面.a.html,b.html 在a.html用window.open("b.html"); 如何在a.html页面用脚本让b.html 刷新一次(父窗口刷新子窗口) . 我用 ch = window.open("b.html"); ch.location.reload();测试过了页面提示没有权限. 请各位网上的朋友帮帮忙,看有什么方法.先谢谢了 ~~~~ |
最近读者:
查看文章 |
我有两个页面.a.html,b.html 在a.html用window.open("b.html"); 如何在a.html页面用脚本让b.html 刷新一次(父窗口刷新子窗口) . 我用 ch = window.open("b.html"); ch.location.reload();测试过了页面提示没有权限. 请各位网上的朋友帮帮忙,看有什么方法.先谢谢了 ~~~~ |