|
-
January 19th, 2000, 09:31 AM
#2
Re: VbScript Form Validations
I'm confused.
Your subject says "VBScript..." and you use VB syntax in the code sample.
If your code runs inside an HTML page, you need to use the methods of the DOM (document object model). In order to set the focus to a control, call controlname.focus(). SetFocus is for VB only.
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
|