Hello friends,
I have this website www.tickerit.com which provides rss news to other websites that use our code on a page in their website. e.g.
<iframe src='http://www.tickerit.com/ticker.aspx?id=xxx'></iframe>
It can also be done using javascript. like
<script type='text/javascript' src='http://www.tickerit.com/ticker.aspx?id=xxx'>
</script>
But I cant get it to work. Any suggessions/point me to page that discusses this technique?
Thanks
|