
jsp
YiYaYo
这个作者很懒,什么都没留下…
展开
-
弹出新窗口输入返回到原页面
a.html function openOther(v){ var w = showModalDialog("b.html"); v.val.value=w; } function sopen(vv){ var w = showModalDialog("b.html"); w = w + ""; if( w != "undefined" ){ vv.v.value原创 2007-02-26 09:27:00 · 1751 阅读 · 0 评论 -
DIV 转换页面,不刷新
function abc(iid){ for(var i=1;i var divx = document.getElementById("div"+i); divx.style.display="none"; } var x = document.getElementById("div"+iid); x.style.display=""; }123 aaaaaaaaa原创 2007-02-26 09:29:00 · 2003 阅读 · 0 评论 -
HTML
target="_blank" 新窗口打开window.open(theURL,"winName","width=" & widths & "," & "height=" & heights);}无地址栏菜单栏javascript:window.open(productbigpic.jsp?url=,大图,width=500,height=300) S原创 2007-02-26 09:22:00 · 764 阅读 · 0 评论 -
JSP平方写法 2 &sup
JSP平方写法 2 &sup target="_blank" 新窗口打开 window.open(theURL,"winName","width=" & widths & "," & "height=" & heights);} 无地址栏菜单栏 javascript:window.open(productbigpic.jsp?url原创 2007-01-23 12:08:00 · 3650 阅读 · 0 评论 -
刷新
String test = request.getParameter("test"); out.println(test); if( test== null ){ test = ""; }%> var x = ; function ff(){ if( ! x ) {原创 2007-01-23 14:10:00 · 884 阅读 · 0 评论 -
request
request.getParameterrequest.getParameterValues那两个的区别是.上面一个只读一个值. 像文本框啊.下面一个读多个值. 像复选框..原创 2007-01-23 14:10:00 · 833 阅读 · 0 评论 -
document.getElementById("divv").style.display = 'none';
document.getElementById("divv").style.display = none;原创 2008-02-20 14:17:00 · 8125 阅读 · 0 评论