Ver Mensaje Individual
  #4 (permalink)  
Antiguo 04/08/2003, 13:39
tarlipes
 
Fecha de Ingreso: diciembre-2002
Ubicación: argentina... de ahí seran veinte cuadras
Mensajes: 382
Antigüedad: 22 años, 2 meses
Puntos: 0
A ver, creo haber avanzado algo, pasa al pop up, pero el valor dice "ID=undefined"

Algún alma caritativa


<script language="javascript">
function abrirVentana(string) {
open("estadistica.ASP?ID=" + string,"miVentana", "toolbar=no,directories=no,menubar=no,status=n o Width=400,Height=400,scrollbars=no, resizable=no");
}
</script>


<form name="formulario">

<% WHILE NOT OBJRS.EOF%>

<TABLE ALIGN = "CENTER" BORDER = "0" bgcolor= "ffffff">

<TR>
<%IF OBJRS("FOTO1") <> "" THEN%>
<TD><img src="HTTP://localhost/JICA/FOTOS/<%=OBJRS("FOTO1")%>" width="300" height="300" align="absbottom" alt="FOTO1."></TD></TR>
<%END IF%>



<TR><TD><form name="formulario">
<input type="hidden" name="texto" value="<%=objrs("ID")%>">
<input type="button" name="boton" value="Transmitir" onclick="abrirVentana(document.formulario.texto.va lue)">

</td></tr>

Saludos
__________________
Juan Pablo