My problem:

How can I read (text) context from a web page, which uses scripts?

For example:

If I want to read the name of the player in given url:

http://whitesox.mlb.com/components/t...ayer_id=455113


CInternetFile helps if I want to read "Page source", but now I need to evaluate java-functions (scripts)?

Any hints how this can be solved (in practise)?