java开发中,一些小的JS应用

2020-12-13 05:31

阅读:513

标签:style   sel   href   开发   nbsp   url   out   一个   height   

js中打开一个新窗口的方法:
1.window.location.href=“url”
2.jbox.win();
  3.window.open();
js无任何提示的关闭弹出的页面:
window.opener=null;
window.open(‘‘,‘_self‘);
  window.close();
在servlet中,进行页面弹出提示,然后自动关闭:
out.println("");
 

java开发中,一些小的JS应用

标签:style   sel   href   开发   nbsp   url   out   一个   height   

原文地址:https://www.cnblogs.com/love-daodao/p/11143027.html


评论


亲,登录后才可以留言!