I want to display a different movie on my webpage based on the filename of the current webpage displayed. Using ASP code, how can I determine the filename of the current page, so I can use that filename to display a different movie (i.e. using "IF" or "SELECT CASE" statements).

Thank you, Dean