Ver Mensaje Individual
  #3 (permalink)  
Antiguo 12/08/2004, 20:46
netcom
 
Fecha de Ingreso: diciembre-2003
Mensajes: 289
Antigüedad: 20 años, 4 meses
Puntos: 0
Aquí tienes un javscript que te crea un frame activo:

<HTML>
<HEAD>
<META http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<SCRIPT LANGUAGE="Javascript">
<!--
function hideStatusBar() {
window.status='';
window.setTimeout(hideStatusBar,10);
}
hideStatusBar();
//-->
</SCRIPT>
<TITLE></TITLE>
</HEAD>
<FRAMESET COLS='0,*' border=0>
<FRAME NAME='blank' border=0 marginwidth=0 marginheight=0 top=0 left=0 NORESIZE>
<FRAME NAME='redir' SRC="http://tuweb.com/" marginwidth=0 marginheight=0 top=0 left=0 NORESIZE>
<NOFRAMES>

<BODY>
</BODY>
</NOFRAMES>
</FRAMESET>
</HTML>

Podrás encontrar más información en el foro de javascripts.

Saludos.
__________________
Mejorando mis conocimientos de PHP
No soy un "grande", participo desinteresadamente en estos foros.
Saludos :adios: