Ver Mensaje Individual
  #7 (permalink)  
Antiguo 15/01/2004, 04:39
Avatar de jercer
jercer
 
Fecha de Ingreso: octubre-2003
Mensajes: 373
Antigüedad: 20 años, 6 meses
Puntos: 13
Lo del mensaje para cuando no tenga el usuario frames, se hace con la etiqueta <noframes>, te pongo un ejemplo continuando lo de lxtleco

<html>

<head>
<title>TU PAGINA</title>
</head>

<frameset rows="50,*" frameborder="0">
<frame src="nombre_del_archivo_que_va_aqui.html" name="tercero" scrolling="no">
<frameset cols="30,80" frameborder="0">
<frame src="archivo.html" name="secundarioscrolling="no">
<frame src="index.php" name="principal" scrolling="no">

<noframes>
Su navegador no soporta marcos
</noframes>
</frameset>