Why when I try the following
<script language="VBSCRIPT">
fname = request.form("FirstName")
msgbox(fname)
</Script

Do I get the error

Object required :'request'

But if I just use the <% %> tags it works ok.

And vica versa with msgbox except the error message is permission denied:'Msgbox'