|
Atom_news_ticker.asp
Can fetch data from atom feed and insert
it in a Java Marquee. Really easy to set up. This is freeware
Author:
Francesco Passantino
Download
Give to webmaster this simple code to insert your news in their websites:
<script src="nt_dom.js" type="text/javascript"></script>
<script>
<!-- CHANGE PREVIEWURL
d = document;
var previewurl = 'http://localhost/atom_news_ticker/atom_news_ticker.asp';
if (oBw.ns) {
d.write("<ilayer src='" + previewurl + "' width=348 height=159 frameborder=0></ilayer>");
} else {
d.write("<iframe src='" + previewurl + "' width=348 height=159 frameborder=0></iframe>");
}
-->
</script>
See also:
|