Do you know of some of Googles features!?
It's the advertisement as in AdWords and the analytic tool as in Google Analytics.
I wish to create something similar as to Analytics. For this, I need to be able to look for the http_referer reference.
I've studied the code at:
My problem is, I never manage to INCLUDE a short code in javascript and be able to write data in the database... (Or, to be able to execute an asp-page on an external server, as in the google examples above.)
****
I've done various experiments, here is one example:
It's the advertisement as in AdWords and the analytic tool as in Google Analytics.
I wish to create something similar as to Analytics. For this, I need to be able to look for the http_referer reference.
I've studied the code at:
My problem is, I never manage to INCLUDE a short code in javascript and be able to write data in the database... (Or, to be able to execute an asp-page on an external server, as in the google examples above.)
****
I've done various experiments, here is one example:
Code:
<script type="text/javascript">
window.onload = function() {
var img = new Image();
img.src = "[URL unfurl="true"]http://www.myserver.se/imgpwd/session.asp?test=tihi";[/URL]
}
</script>