<html> <head><title>Page Title</title> </head> <body> Header stuff up here... <% If Request.Form("type") = "scripts" Then ' Put script form here. ElseIf Request.Form("type") = "files" Then ' Put files form here Else ' Put selection buttons here End If %> </body> </html>