<% strAction = request.form("ac") & "" if strAction = "go" then strURL = Trim(request.Form("idRegion") & "") if strURL <> "" then 'response.Write "

" & strURL & "

" response.redirect strURL end if end if %> Index