主人信息
老树
落于:北京市
博文:140篇
网站积分:2308
|
[原创]showModel弹出的窗口在本身提交 |
作者 :老树
| 日期 : 2006-09-15 10:01 | 阅读数: 1737 |
//只要设置下面红字部分设置正确即可。
以下是弹出的一个窗口的源文件: <%@page contentType="text/html; charset=GBK"%> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <base target="_self"> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>无标题文档</title> <link href="../css/default.css" rel="stylesheet" type="text/css" /> </head> <% String isPost = request.getParameter("isPost"); if((isPost!=null)&&isPost.equals("1")){ String a[]=request.getParameterValues("QsearchObjects"); if(a!=null) for(int i=0;i<a.length;i++){ System.out.println("**** "+a[i]); } } %> <script> function submitForm(){
frm.submit(); } </script> <body leftmargin="0" topmargin="0"> <form action="<%=request.getContextPath()%>/complexQuerySave.shtml" target="" method="POST" name="frm"> <div id="dataDiv" style="display:none"> </div> <table width="420" height="145" border="0" cellpadding="0" cellspacing="0"> <tr> <td height="32" valign="top"> <div align="right"><img src="../images/erro_01_top.gif" width="189" height="32" /></div></td> </tr> <tr> <td height="82" align="center" valign="top"> <table width="395" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="21" class="tittle02"> 保存查询条件</td> </tr> <tr> <td class="table09"><table width="100%" border="0" cellspacing="2" cellpadding="2"> <tr> <td width="13%" class="text14">名称:</td> <td width="87%"><input name="queryName" type="text" size="35" /><input type="hidden" name="flag" value="save"></td> </tr> <tr> <td class="text14">描述:</td> <td><textarea name="queryDesc" cols="35" rows="6"></textarea><input type="hidden" name="isPost" value="1"></td> </tr> <tr> <td> </td> <td><div align="right"> <img src="../images/botton_save.gif" width="63" height="21" onclick="submitForm()"/> <img src="../images/botton_cancel.gif" width="63" height="21" onclick="window.close()" /></div></td> </tr> </table></td> </tr> </table></td> </tr> </table> </form> <script> dataDiv.innerHTML = window.dialogArguments; </script> </body> </html> | |
|
回复人:人无非鸟
|
回复时间:2006-09-15 11:18
|
|
回复人:扬帆
|
回复时间:2006-09-16 21:27
|
|
回复人:流云
|
回复时间:2006-09-18 07:21
|
|
回复人:老树
|
回复时间:2006-09-18 08:41
|
|
回复人:扬帆
|
回复时间:2007-03-02 21:33
|
to 老树:显示修改后,怎么有些留言只显示名字呢?感觉怪怪的。
|
|
回复人:北流泉
|
回复时间:2007-03-02 21:55
|
|
|