No Control Arrays in VBScript
Written by Eric Smith, Northstar Computer Systems LLC
If you've used Visual Basic, you're probably familiar with control arrays. Control arrays allow you to group all your option buttons, for instance, under a single name but with different numeric indexes. Unfortunately, VBScript does not support this feature. Each field has to have a different name. One reason for this is that HTML does not understand arrays in conjunction with data fields. You can just give the field a name and that's it.
Keywords: [
Uncategorized ASP Tips
]
Publication Date: 7/14/2000
|