How to determine what the frame is when entering from variab

Technical support and scripting issues

Moderators: Dorian (MJT support), JRL

Post Reply
catbox
Junior Coder
Posts: 26
Joined: Mon Dec 03, 2012 6:43 pm

How to determine what the frame is when entering from variab

Post by catbox » Fri Dec 14, 2012 5:02 pm

I am not sure how to go about populating this field. Depending on if a user has an account, this ‘INDEX’ number may be ‘13’, ‘23’,’31’, ‘41’ and so on…..When I use WebRecorder to Click on the field, this INDEX may be any one of these values (or more)…How do I determine what this number is so that I can populate it from my Excel. My program works fine, so long as all these INDEX numbers are ‘13’….

Initially, when I first went to the page, I was simply TABBING to the open field, but this set number of TABs will not work if the field isn't in the same spot each time.

Code: Select all


//IE_ClickTag>%IE[3]%,{"frameContent"},{"ACTION:../../Common/SaveData.asp"},{"INPUT"},{"INDEX"},{"13"},ie_res

//OR


//IE_ClickTag>%IE[3]%,{"frameContent"},{"ACTION:../../Common/SaveData.asp"},{"INPUT"},{"INDEX"},{"23"},ie_res

//OR and so on ...not sure how to find this number so I can put data in this field. 


//IE_ClickTag>%IE[3]%,{"frameContent"},{"ACTION:../../Common/SaveData.asp"},{"INPUT"},{"INDEX"},{"33"},ie_res


Thanks,
Kat

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts