![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
05/05/2003, 13:59
|
| | Fecha de Ingreso: diciembre-2002 Ubicación: argentina... de ahí seran veinte cuadras
Mensajes: 382
Antigüedad: 22 años, 1 mes Puntos: 0 | |
Gracias tuna, no puse el submit, para acortar el code, ahi va.
<html>
<Head>
<Title>
</title>
<link rel="STYLESHEET" type="text/css" href="style1.css"> <script language="JavaScript">
function abrirVentana() {
open("HELP.ASP","miVentana", "toolbar=no,directories=no,menubar=no,status=n o");
}
</script>
</head>
<body BGCOLOR = "CCCCCC">
<font style = verdana, arial size= 2>
<TABLE><tr align = center><td bgcolor = "#00008b" align = center WIDTH = 800><font color = "#FFFFFF"><%Response.Write " <h4>FORMULARIO DE BUSQUEDA<h4></font></td></tr><br></TABLE>"%>
<form action = "regula.asp" method= "post">
<table><TH><B>Base de Datos: <SELECT NAME = "BASE" >
<OPTION VALUE = "PUBNA" CHECKED>Pubna </OPTION>
<OPTION VALUE = "TEXTO">Texto </OPTION>
<OPTION VALUE = "ITA">Prod.Intelectual </OPTION>
</SELECT> </TH>
<TH>
<B>Biblioteca: <SELECT NAME = "biblioteca">
<OPTION VALUE = "BRN">Rec. Na</OPTION>
</SELECT></TH><TH> <a href="#" onClick="abrirVentana()">
<img src="images/help.gif" width="20" height="20" border =0>
</a> </TH></table>
</form><BR><P>
<TABLE BORDER = 1 BGCOLOR= FOFOFO BORDER COLOR = FFFFFF WIDTH="100%" >
<TR>
<TD ><U><b>CONECTORES LÓGICOS</b></U></TD>
<TD class="2"><b>Título:</b></TD><TD class= "3"> <input type = "text" name = "TITULO_OBRA"> </TD></TR>
<TR>
<TD CLASS= "1">and <INPUT TYPE = "radio" name = "WILD1" VALUE = "AND" checked>
or <INPUT TYPE = "radio" name = "WILD1" VALUE = "OR" >
not <INPUT TYPE = "radio" name = "WILD1" VALUE = "NOT"></TD>
<TD CLASS= "2"><b>Autor:</b></TD><TD CLASS= "3"> <input type = "text" name = "AUTOR"></TD></TR>
</TABLE>
<BR><P>
<BR><P> 'cuando pongo el código java, estos dos botones no le dan bola al click
<input type= "submit" value = "Buscar">
<INPUT TYPE= "RESET" VALUE = "Limpiar">
</form>
</body>
</HTML>
__________________ Juan Pablo |