Ver Mensaje Individual
  #8 (permalink)  
Antiguo 09/08/2007, 21:45
osvier
 
Fecha de Ingreso: enero-2006
Mensajes: 293
Antigüedad: 18 años, 3 meses
Puntos: 4
Re: Frames Flotantes

prueba esto
Código HTML:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin t&iacute;tulo</title>
</head>

<body bgcolor="#000000" link="#FF0000" alink="#FFFFFF" vlink="#FFFFFF">
<a href="http://google.com" target="ZONE1"> Click AKI</a>
<br /><br />

<IFRAME SRC="/webmaster" NAME="ZONE1" HEIGHT="350" WIDTH="450">
Sorry, your browser doesn't support iframes.
</IFRAME>

</body>
</html>