![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
26/09/2003, 17:02
|
![Avatar de tunait](http://static.forosdelweb.com/customavatars/avatar3543_1.gif) | Moderadora | | Fecha de Ingreso: agosto-2001 Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 23 años, 5 meses Puntos: 381 | |
A ver si algo así te sirve.
A los enlaces les añades esto:
<p><a href="dos.htm?f=1">enlace1</a></p>
<p><a href="dos.htm?f=2">enlace2</a></p>
<p><a href="dos.htm?f=3">enlace3 </a></p>
y luego colocas esto en <head> de tu página de frames <script language="JavaScript">
f = location.search.substr(1).split('=')[1]
</script>
</head>
Y a tu frameset le pones lo siguiente
<frameset onload="frames[0].location.href='cab' + f + '.htm';frames[1].location.href='det' + f + '.htm' ">
No es perfecto pero cumple su cometido
Última edición por tunait; 27/09/2003 a las 10:19 |