Use a variable to capture what the user types in the input box. For example:
Dim userLogin As String
userLogin = Session.InputBox("Please Enter Your Login Name","Login")