使用JSP + JAVABEAN + XML 开发的一个例子__教程 |
|
日期:2007-5-20 1:24:45 人气:185 [大 中 小] |
|
|
|
}%> " maxlength="40" > </td> <td class=tdsmall height=25> <input name="phone" class=stedit style="HEIGHT: 22px; WIDTH: 100px" value="<%if(restaurant.getElementsByTagName("phone").item(0).hasChildNodes()){ out.print(restaurant.getElementsByTagName("phone").item(0).getFirstChild().getNodeValue());
}%>" maxlength="20" > </td> <td class=tdsmall height=25> <input name="address" class=stedit style="HEIGHT: 22px; WIDTH: 200px" value="<%
if(restaurant.getElementsByTagName("address").item(0).hasChildNodes()){ out.print(restaurant.getElementsByTagName("address").item(0).getFirstChild().getNodeValue());
}%>" maxlength="100" > </td> <td class=tdsmall height=25 width="25"><a href="javascript:if (checkform()==false);"><img border=0 height=15 src="http://www.mbsky.com/images/editok.gif" width=15></a></td> <td class=tdsmall height=25 width="25"> </td> </form> </tr> <% }else{ //显示正常的格式 %> <tr align="center" bgcolor="#ffffff" valign="middle"> <td class=tdsmall height=25 width="20"><%=(i+1)%></td> <td class=tdsmall height=25 width="0"><%if(restaurant.getElementsByTagName("name").item(0).hasChildNodes()){ out.print(restaurant.getElementsByTagName("name").item(0).getFirstChild().getNodeValue());
}%> </td> <td class=tdsmall height=25 width="0"><%if(restaurant.getElementsByTagName("phone").item(0).hasChildNodes()){ out.print(restaurant.getElementsByTagName("phone").item(0).getFirstChild().getNodeValue());
}%></td> <td class=tdsmall height=25 width="0"> <% if(restaurant.getElementsByTagName("address").item(0).hasChildNodes()){ out.print(restaurant.getElementsByTagName("address").item(0).getFirstChild().getNodeValue());
}%> </td> <td class=tdsmall height=25 width="30"><a href="<%=request.getRequestURI()%>?act=modi&recordId=<%=restaurant.getAttributeNode("id").getNodeValue()%>"><img border=0 height=15 src="/UploadPic/2007-5/200752012445843.gif" width=15></a></td> <td class=tdsmall height=25 width="30"><img border=0 height=15 onClick="javascript:if(confirm(''您是否确定删除本记录,删除后将导至记录无法使用?'')){window.location.href=''<%=request.getRequestURI()%>?act=del&recordId=<%=restaurant.getAttributeNode("id").getNodeValue()%>'';}" src="http://www.mbsky.com/images/delete.gif" style="CURSOR: hand" width=15> </td> </tr> <% } }%> <% if (strOperation=="addnew"){ //显示新增的格式%> <tr align="center" bgcolor="#ffffff" valign="middle"> <form name=dataform2 action="<%=request.getRequestURI()%>?act=addnewDo" method="post" onSubmit=''return checkform2(this);'' > |
|
出处:本站原创 作者:佚名 |
|
|