This topic is locked

Problems assigning search values

11/5/2006 14:14:23
ASPRunnerPro General questions
B
Bryan author

Hi there,
Using the previous version of ASPRunner, i could assign values in the Advanced Search page by using:
value_Insurer_Reference.value='ABCDEF';

asearchopt_Insurer_Reference.value='Equals';
However under the new version this causes an error.
Is there a new way of doing this?
Thanks,

Bryan

B
Bryan author 11/6/2006

Please ignore. I understand you have to use:
document.forms.editform.elements['asearchopt_Current_Status'].value='Between';
Thanks anyway,

Bryan