09/07/2004, 11:53
|
| | | Fecha de Ingreso: noviembre-2003 Ubicación: Guatemala
Mensajes: 742
Antigüedad: 21 años, 1 mes Puntos: 4 | |
para el html:
Código:
<html>
<head>
<title>Documento sin título</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script>
function nueva_win(wad,wnam,ww,wh) {
lncw = window.open(wad,wnam,"location=no,menubar=no,toolbar=no,scrollbars=no,st atus=yes,width="+ww+",height="+wh);
lncw.focus();
void(0);
}
</script>
</head>
<body>
__________________ '_' ... |