<% Response.Redirect "/gallery/av.asp?" + Request.ServerVariables("QUERY_STRING") //------------------------------------------------------------------------------ // Audio.asp // // ASP page to lookup audio lectures in a SQL database. It is // intended for execution from another HTML or ASP page, with a // user interface, as appropriate. // // The parameters must be supplied to this page as follows: // // Audio.asp?lang= // // Example: Audio.asp?lang=English // //------------------------------------------------------------------------------ %>