Jump to content

How to capture FRAME or FORM


jerryHu
 Share

Recommended Posts

http://www.i-part.com.tw/file/file_guestbook.php?u=3

Login required

Account: kkk0933

Password: 0933kkk

I want to achieve determine the figure shown in Figure 3 in the file name (men and women) insert Figure 1 Figure 2 button sends the text

TEXT labeled 1 in Figure I tried to pick and names used are not caught would like to ask is which out of the error ..

I even used the loop (0 to 50) are not control overall grasp

For $g = 0 To 50
                Sleep(100)
                        $oform2 = _IEFormGetCollection($oIE, $g)
for $gg = 0 to 50
        
                
        $oformele3 = _IEFormElementGetCollection($oform2,$gg)
        $osent = _IEFormElementSetValue($oformele3,"1231234")
;~                 If $g = @Compiled Then
;~                         MsgBox(0, "", $g)
;~                 EndIf
                Next
                sleep(100)
        Next

        Sleep(50000000)




Next

I also would like to ask how to determine the Figure 3, then the file name or icon

For example, assume that Figure 3 is sent a file with a 123 A

Suppose a file with a B in Figure 3 is sent 456

Thank you

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...