25/02/2002, 08:19
|
| | Fecha de Ingreso: febrero-2001
Mensajes: 292
Antigüedad: 24 años Puntos: 0 | |
Re: Pasar cadena de texto <pre> <html>
<head>
<title> New Document </title>
<script language="JavaScript">
<!--
function AbrirVentana(ancho,alto,ruta) {
estilo='toolbar=no,scrollbars,directories=no,menub ar=no,width='+ ancho + ',height=' + alto + ',resizable';
nueva=open("","",estilo);
nueva.document.write('<HTML><HEAD>< TITLE>Fotito</TITLE></HEAD><body>');
nueva.document.write ('<img src="' + ruta + '"');
nueva.document.write ('</body></html>');
}
//-->
</script></head>
<body bgcolor="#FFFFFF">
<a href="#" onClick="AbrirVentana(100,100,'../imgs/up.gif');">imagen</a>
</body>
</html>
</pre>
<hr noshade size=1><img src="http://www.gograph.com/Images-8712/ClipArt/cat03.gif" height="50" border=0 align="absmiddle"> <font size="2" face="verdana" color="#000000">bet[/CODE] |