I found I can get the value from textboxes and Checkboxes
using vbscript without submitting the form, and I would like to do the same with the other form controls. My vbscript just reads the input/ checkbox values and inserts
this into an html string, then inserts the html string into an outlook email, not even using a form or submit.
Im pretty new to vbscript but it seems option/ radio button groups have to submitted to be used ?
using vbscript without submitting the form, and I would like to do the same with the other form controls. My vbscript just reads the input/ checkbox values and inserts
this into an html string, then inserts the html string into an outlook email, not even using a form or submit.
Im pretty new to vbscript but it seems option/ radio button groups have to submitted to be used ?