Ver Mensaje Individual
  #1 (permalink)  
Antiguo 02/01/2010, 14:27
ningunoi
 
Fecha de Ingreso: enero-2010
Mensajes: 24
Antigüedad: 14 años, 4 meses
Puntos: 0
De acuerdo problema java script

hola como estan todos tengo un pequeno problema con un pequeno codigo el codigo es el sigte

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>INGMATICA©</title>
<script type="text/javascript" src="flashobject.js"></script>

<style type="text/css">
<!--
.centrado {
text-align: center;
font-weight: bold;
color: #FFF;
}
body,td,th {
color: #F00;
}
-->
</style>
</head>

<body bgcolor="#000" class="centrado">
<script languague="javascript">
if(screen.width == 64, screen.height == 64){
var myFlashObject = new FlashObject("a.swf", "a", screen.width-60, screen.height-195, 9, "#000");
myFlashObject.addParam("scale", "noscale");
myFlashObject.write();
} else if(screen.width == 1280, screen.height == 1024){
var myFlashObject = new FlashObject("a.swf", "a", screen.width-30, screen.height-210, "#000");
myFlashObject.addParam("scale", "noscale");
myFlashObject.write();
} else if(screen.width == 1400, screen.height == 1050){
var myFlashObject = new FlashObject("a.swf", "a", screen.width-50, screen.height-260, "#000");
myFlashObject.addParam("scale", "noscale");
myFlashObject.write();
} else if(screen.width == 1024, screen.height == 768){
var myFlashObject = new FlashObject("b.swf", "b", screen.width-20, screen.height-210, "#000");
myFlashObject.addParam("scale", "noscale");
myFlashObject.write();
} else(document.writeln("ESTE INTRO NO ACEPTA ESTA RESOLUCION, DEBES TENER UNA DE LAS SIGTES. RESOLUCIONES. <p> '1024x768, 1280x800, 1280x1024, 1280x1024, 1400x1050, 1440x900' <p> SALTAR INTRO "))

</script>
</body>
</html>

lo q quisiera es insertarle un hipervinculo al mensaje de rojo el q dice saltar intro si alguien puede ayudarme grasias