| |
roopak.prajapat
Posts: 8
Score: 0
Joined: 8/21/2008
Status: offline
|
Hi All, I have a few checkboxes in my vbscript. They are names checkbox1, checkbox2, checkbox3.........etc. I have a function which verifies checkbox status in loop. Function checkboxcheck for i=1 to 10 if ("checkbox" & i).checked then msgbox "wow" end if Next End Fuction I always receive an saying Error: Object Required: '[string "checkbox1"]' Could you plz let me know as where am i going wrong and how can i correct it. Thanks Roopak
|
|