|
-
Oct 2nd, 2000, 09:03 AM
#1
Thread Starter
Hyperactive Member
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'
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|