Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JavaScript + ASP

Status
Not open for further replies.

krabban

Programmer
Oct 18, 2003
131
SE
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:
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>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top