![]() |
Sergey Kornilov admin 2/1/2007 |
Try something like this: str = "http://" & request.ServerVariables("SERVER_NAME") & request.ServerVariables("SCRIPT_NAME") ind = InstrRev(str, "/") url = Left(str, ind) |
|
orit author 2/4/2007 |
Perfect, |