Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/04/2002, 20:33
Avatar de akela
akela
 
Fecha de Ingreso: septiembre-2000
Ubicación: Frente a la compu
Mensajes: 660
Antigüedad: 24 años, 7 meses
Puntos: 2
Re: Ventana Nueva con Marco Propio

CON ASP, primero creas un archivo que tome la variable del URL.
Algo asi.

www.tusitio.com/marco.asp?url=http://www.maestrosdelweb.com

Luego en este archivo incluyes la instruccion:

<%url = request.querystring("url")%>

y a continuación defines el marco:

<html>
<head>
<title>Untitled</title>
</head>
<FRAMESET ROWS="15%,*">
<FRAME NAME="" SRC="tupagina.htm" MARGINWIDTH="10" MARGINHEIGHT="10" SCROLLING="auto" FRAMEBORDER="0">
<FRAME NAME="" SRC="<%=url%>" MARGINWIDTH="10" MARGINHEIGHT="10" SCROLLING="auto" FRAMEBORDER="0">
</FRAMESET>

</html>



<img src="http://www.iea-adm.sep.gob.mx/firma.gif">