Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-01-2007, 02:31 PM
Member
 
Join Date: Jun 2007
Posts: 13
vissu007 is on a distinguished road
browser's history
I want the source code to get the URLs(not the web pages) stored in a browser's history.If there are browsers which store URLs in their history instead of (or along with) web pages,please tell me along with the source code i require so that my job would become easier.Reply soon.Thanq

Last edited by vissu007 : 07-01-2007 at 02:35 PM.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-01-2007, 02:50 PM
JavaBean's Avatar
Moderator
 
Join Date: May 2007
Posts: 1,272
JavaBean is on a distinguished road
This is all browser specific. You will need to research browsers and see how they keep history. I don't think there is any library to do that.
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 07-01-2007, 03:47 PM
Member
 
Join Date: Jun 2007
Posts: 13
vissu007 is on a distinguished road
Can we access the web pages in the browser's history through a java application?Reply soon.Thanq
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 07-01-2007, 04:05 PM
JavaBean's Avatar
Moderator
 
Join Date: May 2007
Posts: 1,272
JavaBean is on a distinguished road
I already answered that. Please check my previous answer. You need to code it yourself. For example, Firefox should keep that as a file o as a group of file. I don't think it keeps them registry since Firefox also works on the platforms other than Windows. Then to access these data, you need to parse and process those history files. I don't know details, this is why i said you need to research on that.
Bookmark Post in Technorati
Reply With Quote
  #5 (permalink)  
Old 07-01-2007, 04:24 PM
Member
 
Join Date: Jun 2007
Posts: 13
vissu007 is on a distinguished road
May i know if there are any browsers (necessarily not of commercial use) which contain URLs in their history?Because my work is towards finding URLs visited by the user from the browser.So I'm searching for such browsers.Reply soon.Thanq
Bookmark Post in Technorati
Reply With Quote
  #6 (permalink)  
Old 07-01-2007, 04:50 PM
JavaBean's Avatar
Moderator
 
Join Date: May 2007
Posts: 1,272
JavaBean is on a distinguished road
Quote:
May i know if there are any browsers (necessarily not of commercial use) which contain URLs in their history?
As far as i understood what you said, my answer is:

I think all browsers has some kind of history functionality. (For example, Firefox has History menu and it lists latest visited urls there.) You just need to find how they keep that on computer and try to reach it with Java.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Browser's back button refresh the pages hasansheikh18 JavaServer Pages (JSP) and JSTL 2 01-09-2008 08:59 AM


All times are GMT +3. The time now is 10:28 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org