Hi I am very new to javascript and only using it for basic stuff. I am trying to include the content of an array in a call to a form but I am not sure of the syntax.
Could someone please tell me how the line below should be written.(paramNames and paramIndexes are my arrays)
form.paramNames.options[paramIndexes].selected = true;
Thanks,
Marcus
Could someone please tell me how the line below should be written.(paramNames and paramIndexes are my arrays)
form.paramNames.options[paramIndexes].selected = true;
Thanks,
Marcus