• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to serve divs...if that makes sense

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??
 
Back
Top