Link to home
Start Free TrialLog in
Avatar of guswebb
guswebbFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Browser history analysis

This might sound like an unusual request, but it relates to my line of work and nothing sinister!

I need to create a script that would allow the user to click on a button within a web page and in doing so, upload their browser history in some form to our server. All participants in this process will be fully opted-in and educated as to what they are doing and recruited for the specific purpose of analysing their recent online activity. I have no problem recruiting these people however I don't yet have the necessary script that will facilitate what I need to achieve.

The script will need to be cross-browser compatible (IE, Firefox, Opera, Safari, Chrome) and work in the most common flavours of Windows and Mac.

All thoughts welcomed but the points will go to anyone who can provide either the script to make the above happen or a resource where I can acquire this directly.
ASKER CERTIFIED SOLUTION
Avatar of McNetic
McNetic
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of guswebb

ASKER

Thanks for the prompt response. I'm looking for something that will run client-side and not automatically from a web page. It would only be upon the user interacting with the web page and more specifically, clicking on a button to authorise the upload of their history, that this process would be triggered - just in case that wasn't clear.

I realise each browser stores the information differently, so the script or process that will achieve this will obviously contain different functions which are called based on browser type, which I have no problem in detecting dynamically.
Avatar of guswebb

ASKER

Thanks aibusinesssolutions ... I've looked at Spyjax however it only helps if you have a database of URLs to check against, allowing you to read the current page and status of visited hyperlinks. This is a partial solution (and I mean it might give me about 1% of what I need) as the browser history that we will need to analyse will probably contain domain names that are not known in advance. Spyjax tests performed against a known list of domain names would therefore not fulfil the brief.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of guswebb

ASKER

I can't use a proxy or firewall. The end users will be spread all over the UK and not all in the same location so these options don't really fit.

I'll check the link out though and let you know if I locate anything that helps me out with this requirement.