| <script type="text/javascript" src="js/model/HTTP.js"></script> <script type="text/javascript" src="js/model/Ajax.js"></script> <script type="text/javascript" src="js/model/AjaxUpdater.js"></script> |
| <html>
<head> <title>RSS Aggregation with PHP and Ajax</title> <link href="css/layout.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="js/model/HTTP.js"></script> <script type="text/javascript" src="js/model/Ajax.js"></script> <script type="text/javascript" src="js/model/AjaxUpdater.js"></script> <script type="text/javascript" src="js/controller/Aggregator.js"></script> <script type="text/javascript" src="js/view/Feed.js"></script> </head> <body> <div id="Aggregator"> <form name="feedForm" method="post" action="javascript:AjaxUpdater.Update('GET', 'bridge/rss.php?feed=' document.feedForm.feed.value, Aggregator.Read);"> <div class="header"> <input type="text" name="feed" id="feed" size="50"> <input type="submit" name="submit" value="Add Feed"> |