Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

fetch HTML page content from the web ( by executing javascript ) using st

836299Feb 2 2011 — edited Feb 2 2011
HI
i need some help with the following problem:

i need to fetch HTML page content from the web using stand alone Java class
the problem is that the page i want to fetch don't have DIRECT URL and can be reach only from other page by executing javascript code

the base ur is : http://www.iaa.gov.il/Rashat/en-US/Airports/BenGurion/informationForTravelers/OnlineFlights.aspx?flightsType=arr
and the java script that should be executed exist on "All flights" link

for summery i need to access the fist page from stand alone java class execute the js function and get the result HTML as String

any one can help?

hope it's clear , if not please feel free to ask for more info

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 2 2011
Added on Feb 2 2011
4 comments
125 views