04-10-2007, 06:40 PM
|
#2 (permalink)
|
|
The Contributor
Join Date: Mar 2005
Posts: 81
Thanks: 0
|
You could do what some systems do and use an image that is dynamically generated on your server. a normal <img src="someuri/image.jpg"> you have to on your side tell your server that for that image.jpg process some code. You will have the domain that called it so you don't really need to pass the siteid. And you can generate the image ( load it from file ) and echo it out. They see the image on their side, but you process the information how you wish.
|
|
|
|