Quote Originally Posted by brikat View Post
Thanks Shrimp,

Here's the bottom section from the source of the Log in page:


<script type="text/javascript">
<!--
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
//-->
</script>
<script type="text/javascript">
<!--
var pageTracker = _gat._getTracker('UA-3523887-1');
pageTracker._initData();
pageTracker._trackPageview('Login');
//-->
</script>


##############################____

I didn't make any other changes. Does this help at all?

Lisa

Hello Lisa,

It looks like you might be trying to do the same thing Jaap is trying to do... track where people come from that login?

Is the code currently commented out on your site?

Your code looks a little different from mine but I didn't have any SSL issues when I put the mod in. If you would like to give your http: or PM me your http: I will take a quick look.

Did it ever work correctly before you put the 'login' in?

Shrimp