Tema: Ir.asp
Ver Mensaje Individual
  #6 (permalink)  
Antiguo 10/12/2001, 16:08
Avatar de sanfermin
sanfermin
 
Fecha de Ingreso: diciembre-2001
Mensajes: 601
Antigüedad: 23 años, 5 meses
Puntos: 2
Re: Ir.asp

Ahora solo falla al escribir la direccion:
Esta subido el archivo en:
http://www25.brinkster.com/clubsanfermin/ir.asp?url=http://www.terra.es

-----------------------------

<%url= Request.QueryString("url")%>
<frame>


<frameset rows="65,*" frameborder="NO" border="0" framespacing="0">
<frame name="topFrame" scrolling="NO" noresize src="top.htm" frameborder="NO" >
<frame name="mainFrame" src="<%url%>" " frameborder="NO" noresize>
</frameset>

<noframes>Debes tener Browser Frames Compatible</noframes>