Iframe like functionality using javascript
Hello friends,
There are some sites which let user the option of copy and paste some code from their site to display content of their websites, on other sites. Like google does in their adsense ads or Rss content provider websites.
By using IFrames you can do it. But it can also be done using javascript, like:
<script language='javascript' src='http://www.any-test-site.com/abc.aspx'></script>
How could I implement this functionality in a website. Please help or point me to the page where this technique is discussed?
Last edited by israr : 05-22-2008 at 08:48 AM.
|