Ver Mensaje Individual
  #1 (permalink)  
Antiguo 16/08/2002, 18:16
majesus
 
Fecha de Ingreso: noviembre-2001
Mensajes: 117
Antigüedad: 23 años, 5 meses
Puntos: 0
NewWin ... cómo?

Estimados amigos:

¿En qué me equivoco?

<%
...
%>

<html>
<head>
<script language=JAVASCRIPT>
function newWin(theLoc,theWidth,theHeight) {
var theParams="height="+theHeight+",wid th="+theWidth+",toolbar=0,location=0,dir ectories=0,status=0,menubar=0,scrollbars=1,resizea ble=0";
var newWin2=open(theLoc,"newWindow",theParam s);
newWin2.focus();
}
</script>
</head>
<body>

<%
...

Write_TD "<A href='javascript:newWin('events.asp?date="&am p; Server.URLEncode(dToday) & "',400,250)' CLASS='EVENT'> " & intPrintDay & "</A>", "HL"

...
%>

</body>
</html>

Un saludo,

Majesus

<a href="http://www.canalpublicidad.com"><img border="0" src="http://www.canalpublicidad.com/images/banner_crystal_g.gif" width="468" height="60"></a>