Ver Mensaje Individual
  #60 (permalink)  
Antiguo 26/03/2003, 18:42
Avatar de BatusaiX
BatusaiX
 
Fecha de Ingreso: diciembre-2001
Ubicación: Santo Domingo - Rep. Dom.
Mensajes: 63
Antigüedad: 22 años, 4 meses
Puntos: 0
Hacer Includes con Iframe

Include con Iframe

<%
Dim url
url = Request.QueryString("dir")
if url = "" then
url = "paginapordefecto.html"
end if
%>

<IFRAME
width="685"
height="500"
src="<%=url%>" name="url" border="0" frameborder="0">
</IFRAME>

LINK = paginadeliframe.asp?dir=paginaquesedeseaincluir.ht ml

Última edición por BatusaiX; 26/03/2003 a las 18:45