Foros del Web » Programando para Internet » ASP Clásico »

link com frame igual a foros web

Estas en el tema de link com frame igual a foros web en el foro de ASP Clásico en Foros del Web. Hola me gustaria saber de alguma home page ou alguno que entienda ..me gustaria tener en mi site..lo um frame arriba cuando el cliente va ...
  #1 (permalink)  
Antiguo 03/05/2002, 14:54
Avatar de AnGLo  
Fecha de Ingreso: marzo-2002
Mensajes: 60
Antigüedad: 22 años, 3 meses
Puntos: 0
link com frame igual a foros web

Hola me gustaria saber de alguma home page ou alguno que entienda ..me gustaria tener en mi site..lo um frame arriba cuando el cliente va para alguno link externo igual ao del forum
Gracias
  #2 (permalink)  
Antiguo 03/05/2002, 14:58
Avatar de urjose  
Fecha de Ingreso: diciembre-2001
Mensajes: 5.286
Antigüedad: 22 años, 5 meses
Puntos: 1
Re: link com frame igual a foros web

Esa pregunta ya fue respondida hace tiempo, tratare de encontrarla, tu también puedes usar el buscador para encontrar dicho mensaje.

Saludos

<center><img src="http://www.pcmasmas.com.ar/foro/images/avatars/043.gif"><br>
Urjose</center>
  #3 (permalink)  
Antiguo 03/05/2002, 20:16
Avatar de AnGLo  
Fecha de Ingreso: marzo-2002
Mensajes: 60
Antigüedad: 22 años, 3 meses
Puntos: 0
Re: link com frame igual a foros web

no la encontreeeeeee
  #4 (permalink)  
Antiguo 04/05/2002, 00:16
 
Fecha de Ingreso: enero-2001
Mensajes: 222
Antigüedad: 23 años, 4 meses
Puntos: 0
Re: link com frame igual a foros web

Mira, sin explicaciones, solo copia y pega, que hay trae las instrucciones..


liga.asp(o lo que se te de la gana)
&lt;%
' Create a variable to note the referring page
previous_page=trim(request.servervariables(&quot;h ttp_referer&quot;))
' Create a variable for the url of the page the user is clicking to
url=trim(request.querystring(&quot;url&quot;))
' If there is no referring page or no link to redirect to
' then send the user elsewhere. This can be another page stating
' that something was missing from the request, but here we'll just
' refer all bad requests to yahoo.com
if url =&quot;&quot; then
response.redirect &quot;index.asp&quot;
end if
%&gt;
&lt;html&gt;
&lt;title&gt;Inmundo.com&lt;/title&gt;
&lt;frameset frameborder=&quot;0&quot; framespacing=&quot;0&quot; border=&quot;0&quot; rows=&quot;53,*&quot;&gt;
&lt;frame
src=&quot;frame_navegante.asp?url=&lt;%= url %&gt;&amp;previous_page=&lt;%= previous_page %&gt;&quot;
NAME=&quot;navigation&quot;
marginwidth=&quot;0&quot;
marginheight=&quot;0&quot;
scrolling=&quot;no&quot;
noresize
bordercolor=&quot;#ffffff&quot;&gt;
&lt;%'-- Content Frame --%&gt;
&lt;frame
src=&quot;&lt;%= url %&gt;&quot;
name=&quot;contentframe&quot;
bordercolor=&quot;#FFFFFF&quot;&gt;
&lt;%'-- No Frames --%&gt;
&lt;noframes&gt;
&lt;body bgcolor=&quot;#ffffff&quot;&gt;

Tu browser ta muy viejo y no acepta marcos(frames)&lt;br&gt;
Actualiza tu chingadera y dale &lt;a href=&quot;&lt;%= url %&gt;&quot;&gt;akí&lt;/a&gt; pa continuar en mi obra magna &lt;br&gt;
&lt;%= url %&gt;
&lt;/body&gt;
&lt;/noframes&gt;
&lt;/frameset&gt;
&lt;/html&gt;
  #5 (permalink)  
Antiguo 04/05/2002, 00:20
 
Fecha de Ingreso: enero-2001
Mensajes: 222
Antigüedad: 23 años, 4 meses
Puntos: 0
Re: link com frame igual a foros web

frame_navegante.asp(igual que arriba¡¡)

&lt;%
' Create a variable for the url being requested
url=request.querystring(&quot;url&quot;)
' Create a varible for the page the user clicked from
previous_page=request.querystring(&quot;previous_p age&quot;)
%&gt;
&lt;html&gt;
&lt;body bgcolor=&quot;#fab027&quot;&gt;
&lt;table border=&quot;0&quot; width=&quot;100%&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
&lt;tr&gt;
&lt;td width=&quot;250&quot; valign=&quot;top&quot; align=&quot;center&quot;&gt;
&lt;a href=&quot;home.asp&quot; target=&quot;_top&quot; style=&quot;text-decoration:none&quot;&gt;&lt;font face=&quot;Arial&quot; size=&quot;5&quot; color=&quot;#bf2c00&quot;&gt;&lt;b&gt;Barra Libre en línea&lt;a/&gt;&lt;/b&gt;&lt;/font&gt;
&lt;/td&gt;
&lt;td width=&quot;*&quot; valign=&quot;top&quot; align=&quot;center&quot;&gt;
&lt;font color=#800040&gt;&lt;b&gt;Visitando el link...&lt;/b&gt;&lt;br&gt;
&lt;small&gt;&lt;%=left(url,60)%&gt;...&lt;/small&gt;&lt;/font&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;

&lt;table bgcolor=#fde3b5 border=&quot;0&quot; width=&quot;100%&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
&lt;tr&gt;
&lt;td width=&quot;550&quot; valign=&quot;top&quot; align=&quot;left&quot;&gt;
&lt;font size=&quot;2&quot;&gt;
&lt;%
' Check to see if there is a referring page value
' if non is available write a link to your homepage
if previous_page &lt;&gt; &quot;&quot; then %&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;font face=&quot;Georgia, Palatino, Times&quot; size=&quot;1&quot; color=black&gt;&lt;%=NOW%&gt;&lt;/font&gt;

&lt;% else ' place a link to your homepage in place of a referrer when not available %&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;font face=&quot;Georgia, Palatino, Times&quot; size=&quot;1&quot; color=black&gt;&lt;%=NOW%&gt;&lt;/font&gt;

&lt;% end if %&gt;
&lt;/font&gt;
&lt;/td&gt;
&lt;td width=&quot;*&quot; valign=&quot;top&quot; align=&quot;left&quot;&gt;
&lt;font size=&quot;2&quot;&gt;
&lt;a href=&quot;&lt;% response.write url ' write the link to remove the frame %&gt;&quot; target=&quot;_top&quot; style=&quot;text-decoration:none&quot;&gt;&lt;font face=&quot;Georgia, Palatino, Times&quot; size=&quot;1&quot; color=black&gt;Quitar este marco¡&lt;/a&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/body&gt;
&lt;/html&gt;


..es igualito, tenía otro codigo mas shiro, pero no lo encuentro y no recuerdo la mecanica para hacerlo


salu2
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 17:07.