Results 1 to 6 of 6
Thread: Reading in generated Web Source
- 05-27-2010, 07:22 PM #1
Senior Member
- Join Date
- Feb 2010
- Location
- Waterford, Ireland
- Posts
- 748
- Rep Power
- 4
Reading in generated Web Source
I was wondering if it is possible to read in generated web source using java, by generated web source i mean html that has been changed by javascript. I can read in a page with URL and URLConnection but when i change the html by using javascript the java program still reads in the old original html.
If it is possible where would i find information about it.
Thanks in advance
- 05-27-2010, 07:42 PM #2
I assume you mean what the browser does in response to javascript code execution.changed by javascript
I don't know of any way to get at that. It's generated in the browser. Perhaps some plugin would be able to read it and pass it out to a java app.
- 05-27-2010, 08:11 PM #3
Senior Member
- Join Date
- Feb 2010
- Location
- Waterford, Ireland
- Posts
- 748
- Rep Power
- 4
yes the javascript codes exection. I have a plugin for firefox that lets me view the generated source, but I cant for the life of me find where firefox stores this file, if it does at all.
Thanks for the reply anyhow
- 05-27-2010, 08:33 PM #4
try placing
about:config
in the url for firefox:rolleyes: ~ Sno ~ :rolleyes:
'-~ B.S. Computer Science ~-'
- 05-28-2010, 09:26 AM #5
Moderator
- Join Date
- Apr 2009
- Posts
- 10,448
- Rep Power
- 16
I think Firebug simply keeps track (as the browser does) of changes to the structure caused by the Javascript. Doesn't write it out anywhere...well, except the Firebug window.
- 05-28-2010, 03:05 PM #6
Senior Member
- Join Date
- Feb 2010
- Location
- Waterford, Ireland
- Posts
- 748
- Rep Power
- 4
Similar Threads
-
python source to java source converter?
By conor147 in forum New To JavaReplies: 0Last Post: 01-15-2010, 05:14 AM -
auto generated keys
By abhi_iips in forum New To JavaReplies: 3Last Post: 03-13-2009, 07:14 AM -
Same source file but different source folders for different build configurations?
By m3anman in forum EclipseReplies: 0Last Post: 01-29-2009, 10:43 AM -
MavenJava - browse source code of all open source projects online
By jirkacelak in forum Java SoftwareReplies: 1Last Post: 11-28-2008, 06:27 PM -
my source now for reading is SCJP study guide for j2se5 by Paul is it good
By mohkhamis in forum New To JavaReplies: 2Last Post: 10-23-2008, 05:43 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks