
29/09/2004, 08:43
|
 | | | Fecha de Ingreso: mayo-2003 Ubicación: Panama city, Panama, Panama
Mensajes: 1.154
Antigüedad: 21 años, 11 meses Puntos: 5 | |
main_page_link = request.ServerVariables("SERVER_NAME")
if request.ServerVariables("QUERY_STRING") <> "" then
query_string = "?" & request.ServerVariables("QUERY_STRING") & "&"
else
query_string = "?"
end if
if request.ServerVariables("SERVER_PORT") = 80 then
main_page_link = "http://" & main_page_link & request.ServerVariables("SCRIPT_NAME") & query_string
else
main_page_link = "http://" & main_page_link & request.ServerVariables("SCRIPT_NAME") & ":" & request.ServerVariables("SERVER_PORT") & query_string
end if
__________________ Saruman One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them. |