|
-
April 6th, 2010, 05:59 AM
#1
Trying to get the visible context from a web page
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)?
-
April 6th, 2010, 07:33 AM
#2
Re: Trying to get the visible context from a web page
Short of writing your own javascript interpreter, your pretty much screwed. HTTP has come a long way from the days when its content was more or less a text file with hyperlinks.
Depending on what the javascript actually does, you may be able to sleuth it and find that it eventually links to some hard data source, but that's beyond the scope of this forum.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|