Search found 2 matches
- Thu Jun 04, 2009 11:38 pm
- Forum: Beginners
- Topic: IE_FormFill> and <select> tags
- Replies: 1
- Views: 3036
Interestingly, when I replaced IE_FormFill>%IE[2]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,0,r with IE_FormFill>%IE[2]%,str:FrameName,str:FormName,str:FieldName,#INDEX#:%offset%,0,r where %offset% is the calculated index of the OPTION required, it works correctly and updates the appr...
- Thu Jun 04, 2009 3:31 am
- Forum: Beginners
- Topic: IE_FormFill> and <select> tags
- Replies: 1
- Views: 3036
IE_FormFill> and <select> tags
Hi All, I'm new here. We're currently evaluating the Macro Scheduler for automating logging in and processing a web based application. The main page contains (among other objects) four tags to allow the user to enter Start hour and minute and End hour and minute values. The script correctly "clicks"...