Help, Revisemos el codigo.
Publicado por kraneo (14 intervenciones) el 07/06/2001 19:24:39
tengo una pagina con este codigo i no consigo abrir el pop-up, me podrian ayudar a detectar los fallos
<html>
<head>
<title>Untitled Document</title>
<body bgcolor="#999900">
<SCRIPT LANGUAGE="JavaScript">
<!--
function escena1(url)
{
window.open('Untitled-1.htm', 200, 400, "resizable", 570, 75)
</script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<a href="javascript:void(null)" onClick="escena1('Untitled-1.htm')"><img src="file:///D|7EG.gif" width="99" height="72"></a>
</body>
</html>
<html>
<head>
<title>Untitled Document</title>
<body bgcolor="#999900">
<SCRIPT LANGUAGE="JavaScript">
<!--
function escena1(url)
{
window.open('Untitled-1.htm', 200, 400, "resizable", 570, 75)
</script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<a href="javascript:void(null)" onClick="escena1('Untitled-1.htm')"><img src="file:///D|7EG.gif" width="99" height="72"></a>
</body>
</html>
Valora esta pregunta


0