I am using a javascript function and I am trying to pass a string of characters that come from form fields. I am trying to achieve this:
function_name(55,document,form.field1.value,form.field2.value)
but I am trying to pass the above as one argument, for example '44,55,66'
I tried the following without success:
'this.value+','.charAt(0)+document.class.Q_11_2c.value+','.charAt(0)+document.class.Q_12_3c.value'