Okay, so say that I set my browser homepage to my personal website. Would it be possible so that whenever I load my browser (ie. not type in the URL) - my personal website recognises this and passes on the information. In essence, I'd then like to know how many times I've opened that specific page via homepage default.
Easy enough - if your site is http://www.yourdomain.com simply set the default in the browser to http://www.yourdomain.com?ref=homepage (or equiv). On your landing page or session start function simply add a line to check if the querystring ref = homepage and if it does add one to the count etc