[FONT=Arial, Helvetica, sans-serif]Hi,
[/FONT]I am on a webpage where there is a dropdown list to identify the applications to 'Download To'. When I manually select the 'Microsoft Excel (XLS)' option (which happens to be the first in the list), then the 'Dates From' and 'Dates To' input boxes are then displayed.
However, when I select the 'Microsoft Excel (XLS)' option using vb script "objIE.Document.getElementsByName("downloadStatementsForm.typeFile")(0).selectedIndex = 1"
, the 'Dates From' and 'Dates To' do not get displayed.
My questions:
1. Is it possible to select the text rather than the index from the Drop Down List (gets over the possibility of the order changing)?
2. What do I need to do in order for the 'Dates From' and 'Dates To' input boxes to be displayed?
Thanks, Bobby
[/FONT]I am on a webpage where there is a dropdown list to identify the applications to 'Download To'. When I manually select the 'Microsoft Excel (XLS)' option (which happens to be the first in the list), then the 'Dates From' and 'Dates To' input boxes are then displayed.
However, when I select the 'Microsoft Excel (XLS)' option using vb script "objIE.Document.getElementsByName("downloadStatementsForm.typeFile")(0).selectedIndex = 1"
, the 'Dates From' and 'Dates To' do not get displayed.
My questions:
1. Is it possible to select the text rather than the index from the Drop Down List (gets over the possibility of the order changing)?
2. What do I need to do in order for the 'Dates From' and 'Dates To' input boxes to be displayed?
Thanks, Bobby