Hi Raist_Majere!

This is my code of Verifica.jsp :

<html>
  |  <head>
  |    <title>Mensaje de Confirmación</title>
  |  </head>
  |   <link rel="stylesheet" href="<%=request.getContextPath()%>/css/ie.css" 
type="text/css"/>
  | 
  |   <body 
style="margin-top:0px;margin-left:0px;margin-right:0px;margin-bottom:0px;" >
  |     <table bgcolor="#DDDDDD" border="0" cellspacing="0" cellpadding="0" 
width="100%">
  |       <tr>
  |         <td bgcolor=#FFFFFF height=27 
style="padding-left:10px;border-bottom:1px solid #10659E;" width=100%>
  |           <img src="../images/caution.gif"/>
  |         </td>
  |       </tr>
  |       <tr class="estTd01CapturaT2">
  |         <td valign="top" align="center">
  |           <%
  |           
if(!request.getParameter("text").equals("capturados")&&!request.getParameter("text").equals("capturados?")){
 %>
  |            <br/>?Est? seguro de que desea borrar 
<%=request.getParameter("text")%>?
  |         <%}if(request.getParameter("text").equals("capturados?")){
  |            %>
  |             <br/>?Est? seguro que desea guardar los datos 
<%=request.getParameter("text")%>
  |            <%}else{ %>
  |            <br/>?Est? seguro que desea guardar los datos 
<%=request.getParameter("text")%>?
  |         <%} %>
  |           <form name="simadpro">
  |             <table border="0" cellspacing="0" cellpadding="0" width="100%">
  |               <tr>
  |                 <td height=7px width=100%></td>
  |               </tr>
  |             </table>
  |             <div align=center>
  |               <% if(request.getParameter("text").equals("capturados?")){%>
  |               <input type="image" onClick="CloseModal1(true)" tabindex="1" 
src="../images/bot_Ace.gif"/>
  |                   
  |               <input type="image" onClick="CloseModal1(false)" tabindex="2" 
src="../images/bot_Can.gif"/>
  |               <%}else{ %>
  |               <input type="image" onClick="CloseModal(true)" tabindex="1" 
src="../images/bot_Ace.gif"/>
  |                   
  |               <input type="image" onClick="CloseModal(false)" tabindex="2" 
src="../images/bot_Can.gif"/>
  |              <%} %>
  |             </div>
  |           </form>
  |           <br/><br/><br/>
  |         </td>
  |       </tr>
  |     </table>
  | 
  |     <script language="javascript" type="text/javascript">
  | 
  |     function CloseModal(fv)
  |     {
  |       if(fv)
  |         window.opener.asignaValor(true);
  |       window.close()
  |     }
  |     function CloseModal1(fv)
  |     {
  |     if(fv)
  |         window.opener.asignaValor2(true);
  |       window.close()
  |     }
  |     </script>
  |   </body>
  | </html>

Thanks for your help!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059680#4059680

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059680

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to