Jump to content

[SOLVED]-Export/Copy from Embedded "Excel" file on Website - HELP!!!


Malpario
 Share

Recommended Posts

UPDATE - This has been fixed using mouseclicks and Send Commands

----------------------------------------------------------------------------------------------

Need help!

Attached are two print screens. The first print screen reflects the Debugbar info. The second screen reflects what I am trying to do.

Basically, it appears that the website has a built in “excel” type script. At first I thought it was a table, but it is not.

What I am trying to do is copy the accounts (all) and pasting it onto an excel file. The script I have chooses the correct frame (I think), but, that is where it ends. I would prefer not to use mouseclicks as this will be placed on different PCs with different size monitors.

How can automatically choose all accounts on this site?

Here is part of the code I have. Any help would be greatly appreciated.

_IELinkClickByIndex ($o_frame, 1)
Sleep (10000) ;Allows time to load the page
$oFrameB = _IEFrameGetObjByName($oIE, "target" )
$oFrameC = _IEFrameGetObjByName($oFrameB, "results")
;~ _IELinkClickByIndex ( $oFrameC, 0)
$oFrameD = _IEGetObjById ($oFramec, "sasnhost")

post-65075-0-68153100-1316195358_thumb.j

post-65075-0-74198700-1316195359_thumb.j

Edited by Malpario
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...