in VBScript, how can i reference a form in the html page. What i am looking for is the equivalent to document.form.field1 in JavaScript.

Also, how do i detect the length of a field when the submit button is pressed, then display a message box depending on the length. thanks. I know how to do all of this in javascript, but i want to try it in vbscript.

Kagey