I am trying to track traffic across several sites.
How do I write the following for domains located outside the database.
<%Server.Execute("Traffic/track.asp")%>
I tried <%Server.Execute("http://www.mydomain.com/sub/Traffic/track.asp")%>
and that didn't work.
Thanks in advance for your help,
Julia