
04/05/2002, 00:20
|
| | Fecha de Ingreso: enero-2001
Mensajes: 222
Antigüedad: 24 años, 3 meses Puntos: 0 | |
Re: link com frame igual a foros web frame_navegante.asp(igual que arriba¡¡)
<%
' Create a variable for the url being requested
url=request.querystring("url")
' Create a varible for the page the user clicked from
previous_page=request.querystring("previous_p age")
%>
<html>
<body bgcolor="#fab027">
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width="250" valign="top" align="center">
<a href="home.asp" target="_top" style="text-decoration:none"><font face="Arial" size="5" color="#bf2c00"><b>Barra Libre en línea<a/></b></font>
</td>
<td width="*" valign="top" align="center">
<font color=#800040><b>Visitando el link...</b><br>
<small><%=left(url,60)%>...</small></font>
</td>
</tr>
</table>
<table bgcolor=#fde3b5 border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width="550" valign="top" align="left">
<font size="2">
<%
' Check to see if there is a referring page value
' if non is available write a link to your homepage
if previous_page <> "" then %>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;<font face="Georgia, Palatino, Times" size="1" color=black><%=NOW%></font>
<% else ' place a link to your homepage in place of a referrer when not available %>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;<font face="Georgia, Palatino, Times" size="1" color=black><%=NOW%></font>
<% end if %>
</font>
</td>
<td width="*" valign="top" align="left">
<font size="2">
<a href="<% response.write url ' write the link to remove the frame %>" target="_top" style="text-decoration:none"><font face="Georgia, Palatino, Times" size="1" color=black>Quitar este marco¡</a>
</td>
</tr>
</table>
</body>
</html>
..es igualito, tenía otro codigo mas shiro, pero no lo encuentro y no recuerdo la mecanica para hacerlo
salu2 |