Java - linkear un texto en java

 
Vista:

linkear un texto en java

Publicado por Richard Rojas (1 intervención) el 05/01/2010 20:55:42
hola mi 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 == 1280, screen.height == 800){
var myFlashObject = new FlashObject("a.swf", "a", screen.width-60, screen.height-195, "#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>

en la linea antes de </script> adonde dice saltar intro quiero colocarle un vinculo a este texto q cuando los usuarios los precionen balla a una determinada url me gustaria q me ayudaran mucho ya q es un proyecto q estoi haciendo y me urge terminarlo gracias
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder