I work with an advertising company, where we tag certain pages to track activity. A client of mine wants to fire off a javascript tag to track activity AFTER the page has fi
<script type="text/javascript"> $(window).bind("load", function() { // your javascript event )}; </script>