
10/12/2001, 14:53
|
 | | | Fecha de Ingreso: junio-2001 Ubicación: Jaén
Mensajes: 516
Antigüedad: 23 años, 10 meses Puntos: 0 | |
Re: Ir.asp Pos se ha equivocado este Menda. Vamos a ver. Habria que hacer un request primero
<%url= Request.QueryString("url")%>
<frame>
<!-- frames -->
<frameset rows="30,*">
<frame name="top" src="top.html" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" noresize>
<--!no estoy seguro como escribir la url->
<frame name="base" src="<%=url%>" marginwidth="0" marginheight="0" scrolling="auto" frameborder="0">
</frameset>
<noframes>Debe tener Browser Frames Compatible</noframes> |