Force content generated by javascript to reveal itself.
Posted
by
atwellpub
on Stack Overflow
See other posts from Stack Overflow
or by atwellpub
Published on 2011-01-31T04:17:18Z
Indexed on
2011/01/31
15:25 UTC
Read the original article
Hit count: 173
JavaScript
Hello,
I'm generating some content through an API, accessed by javascript, and I cannot grab the source code of what is plainly displayed, post-load, on the browser. I can highlight the text and view the source of selected text (which is a firefox feature), but I will be using CURL to capture the data automatically with php... How can I capture the data? Is there a way to update the source(maybe through a DOM update) so it displays some how? Any help is appreciated.
© Stack Overflow or respective owner