<html> <head> <script type="text/javascript" src="getrss.js"></script> </head> <body>
<form> Select an RSS-Feed: <select onchange="showRSS(this.value)"> <option value="Google">Google News</option> <option value="MSNBC">MSNBC News</option> <option value="NewVision">Uganda News</option> </select> </form>
<p><div id="rssOutput"> <b>RSS Feed will be listed here.</b></div></p> </body> </html>
|