I want to create application to generate html code. What does this mean? I think example will be best here. I have created some html samles on my site. I would like to let user to display these samples on his/her site. For example user copy some link:
<script scr='some/path'></script>
If he will paste this script on his site then my compiled html code will show on his site. My question is how to do it most effective? I have never done something like this. Maybe you can give me some concept, tool which help me. I saw that in the past develepers solved these problem with iframe. But I think it isn't perfect solution.