16/07/2005, 10:40
|
| | | Fecha de Ingreso: noviembre-2004
Mensajes: 438
Antigüedad: 20 años Puntos: 1 | |
quien me ayuda con esto porfis...a mi no me resulta, puse lo que pusieron..voy a ponerlo entero, para que me digan donde estoy cometiendo el error please! incluso la imagen no se ve....
"<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Newletters</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<script language="JavaScript"
function abrir(pagina,w,h)
{
var opciones=("toolbar=no, location=no, directories=no, status=no,scrollbars=no, resizable=no, fullscreen=no ,width="+ w +" ,height="+ h +", left=100, top=100");
var nombre;
nombre=window.open(pagina,"",opciones);
nombre.focus();
}
</script>
<body>
<img src="imag/fondo_art.jpg" width="300" height="225">
</body>
</html>
y en el flash puse
on(release){
getURL("javascript:abrir('http://www.publidis.cl/www3/newletters_imag.htm','400 px','300 px')");
} |