Testing JS IncludeThis is a static html page (no PHP). The newsfeed at right is being rendered by your browser, using javascript. The javascript was generated using feedsplitter.php, and included in the page using the following HTML:
<script type="text/javascript"
src="feedsplitter.php?format=jstable">
</script>
<noscript>
Javascript newsfeed here.
</noscript>
The jstable format uses the following custom styles which may (or may not) be defined in the calling page:
$Id: javascripttest.html,v 1.3 2004/02/19 20:30:24 csnyder Exp $ |
|