Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/12/2003, 11:23
Avatar de jercer
jercer
 
Fecha de Ingreso: octubre-2003
Mensajes: 373
Antigüedad: 20 años, 7 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")%>