How to serve divs...if that makes sense

aheartattack

Member
Aug 18, 2006
39
0
0
I can see on many sites, they offer a service where they give you some html code to paste on your web page, and at runtime some html from their server is placed there. Like:

You enter <script******="blahblah.com?blah"></script> on the page and voila', at runtime there's a neat little table with lots of info + text where I put the script tag. Note, the url in the script is to dynamic content.

My question is, how can I make an asp.net 2.0 page/service/whatever that can be used by other people in a similar manner. How do I make something that I code and that other people can use by putting a <script******="mypage?someParameter"></src> on their html page. A php version that does the same would also be appreciated.

It's kind of an emergency...really, life n' death stuff. Please, can anyone help??