Another IE question - Is it possible to set the value of a dropdown menu with IEFormFill based off the HTML value of a field? For example, based on the below HTML, could I say:
Code: Select all
IEFormFill>IE[0],,,name,PERSONNAME,,res
Code: Select all
<select name="name">
<option value="1">
</option>
<option value="FZT70" >Dominic
</option>
<option value="TBS16" >Paul
</option>
<option value="LNL30" >Tim
</option>
</select>
Thanks in advance,
Dominic Fichera