2009-01-07 [ASP][Solution]URL Transfer # 404 method 1785 0 Code▲ASP 2011-01-12 網頁轉址 $user_name 為隨機值 , http://www.123.com/$user_name 使網頁導向為 http://www.123.com/show.asp?id=$user_name 利用404錯誤處理程式方式(Request.ServerVariables("QUERY_STRING")取得參數) 再使用 server.transfer 方式導向即可 ASP 回首頁