Results 1 to 3 of 3
- 02-02-2011, 03:28 PM #1
Member
- Join Date
- Feb 2011
- Posts
- 2
- Rep Power
- 0
fetch HTML page content from the web ( by executing javascript ) using stand alone
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 : Passenger Information - Online Flights
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
- 02-02-2011, 03:41 PM #2
Moderator
- Join Date
- Jul 2010
- Location
- California
- Posts
- 1,609
- Rep Power
- 5
Just parse the url out of the javascript and load the page programatically.
Edit: Crossposted at http://www.javaprogrammingforums.com...and-alone.htmlLast edited by doWhile; 02-02-2011 at 03:46 PM.
- 02-02-2011, 03:51 PM #3
Member
- Join Date
- Feb 2011
- Posts
- 2
- Rep Power
- 0
Similar Threads
-
Plz tell me how to pass a value from javascript to html or jsp??
By Avinashyn in forum Advanced JavaReplies: 1Last Post: 01-02-2011, 07:23 PM -
where to post questions about javascript in html?
By iansane in forum Forum LobbyReplies: 2Last Post: 05-26-2010, 04:12 PM -
struts html tags vs javascript
By murali in forum Web FrameworksReplies: 0Last Post: 12-01-2008, 02:18 PM -
Is it possible to use struts-html tags in javascript...?
By prabhurangan in forum Web FrameworksReplies: 0Last Post: 05-27-2008, 02:11 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks