Gregor Haddow wrote: > After wrestling with IE I have decided to go with Mozilla for my project - > it being open source. I am writing a program that reads the history of a > user, interprets the data and then stores it in a database to be used later. > Can anyone please tell me how to access and interpret the data stored in the > browser history? Any advice would be helpful.
It's the history.dat file in your profile directory; it's a database from Mork, which is Mozilla's built in little database for this sort of thing. I don't know how you could get the data out - you'd need to study the file. Gerv
