
16/12/2003, 11:23
|
 | | | Fecha de Ingreso: octubre-2003
Mensajes: 373
Antigüedad: 21 años, 4 meses Puntos: 13 | |
Así:
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function win01() {
msg=window.open("pt_muestrauno.asp?variable=Hola", "msg"," height=550,width=400,center=1,top=10,scrollbars=1,
resizable=no,status=no");
}
En pt_muestra1.asp
Pon algo como esto:
<%=request.querystring("variable")%> |