M
Mark B
I have a on-the-fly created image that is something of a performance badge
or emblem to reflect each salesperson's performance. The image includes
their grade "A+" and their sales "650 K" embedded amongst our corporate
logo. It also is a click-to-verify that takes the web user to the
salesperson's sales detail page.
I can get it displayed and working fine on our aspx pages because I can use
the PageLoad event to call the code that makes the dynamic .jpg image.
The question is, how can I allow other external sites to display this badge
on their websites? If I just tell them to link to
http://www.mysite.com/salesbadge/image001.jpg it doesn't a) Reflect the
rating for salesperson 324 and b) Doesn't have a dynamically produced image
rather a static one.
TIA
or emblem to reflect each salesperson's performance. The image includes
their grade "A+" and their sales "650 K" embedded amongst our corporate
logo. It also is a click-to-verify that takes the web user to the
salesperson's sales detail page.
I can get it displayed and working fine on our aspx pages because I can use
the PageLoad event to call the code that makes the dynamic .jpg image.
The question is, how can I allow other external sites to display this badge
on their websites? If I just tell them to link to
http://www.mysite.com/salesbadge/image001.jpg it doesn't a) Reflect the
rating for salesperson 324 and b) Doesn't have a dynamically produced image
rather a static one.
TIA