I need to track visitors to websites I own using the same script.
I own both example.com and site.com
I want to insert site.com/track.aspxin example.com using an iframe.
track.aspx will insert a flash-cookie into the visitor machine and also save some data into a db.
How to do it? Can I achieve the same result without using iframes?