How to access button in an IFRAME named Add?

Technical support and scripting issues

Moderators: Dorian (MJT support), JRL

Post Reply
tommytx
Pro Scripter
Posts: 61
Joined: Mon Dec 22, 2003 3:20 am

How to access button in an IFRAME named Add?

Post by tommytx » Tue Jul 04, 2006 10:51 pm

I hate to be such a pest today, but I searched and can find no info on accessing an IFRAME.
Looking in the tag list I can see the following:
!=
IFRAME=
TABLE=
!=

etc
The main page accesses just fine, but now I want to click the "Add" button on an unnamed form on the IFRAME page.
I tried some of the following but none seem to work.


### Click add button on an iframe. ###
Let>FrameName={"IFRAME0"}
Let>FormName={""}
Let>TagValue={"Add"}
LibFunc>hIE,ClickTag,r,%IE[0]%,str:FrameName,str:FormName,A,TEXT,str:TagValue


This is the info gotten when doing a Wizard to see what it could find.
But I don't need extraction, only a click.
//Modify buffer size if required ...
//Let>IFRAME0_SIZE=4098
//LibFunc>hIE,ExtractTag,r,%IE[0]%,,IFRAME,0,0,IFRAME0
//MidStr>r_6,1,r,IFRAME0

Thanks for any help.

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