Quote:
quote:Originally posted by U.N.C.L.E.
<%
response.write("http://" & request.servervariables("HTTP_HOST") & request("URL"))
' OR
response.write("http://" & request.servervariables("HTTP_HOST") & request.servervariables("SCRIPT_NAME"))
%>
|
thanks U.N.C.L.E , i was needed complete url including query string values.
I overcome this by your help and adding QUERY_STRING variable.
Burhan