Hello. I'm guessing checkSelections() merely verifies that the form parameters are in order before calling the submit action on the form. The submit action merely visits somepage.asp (specified in the form action attribute), and posts form parameters to it. So I think visiting "somepage.asp?param1=value1", and perhaps tacking on the other paramaters from the form will work.