An RSS Reader is used to read RSS Feeds.
The Below example will demonstrate an RSS reader, where the RSS-feed is loaded into a webpage without reloading:
When a user selects an RSS-feed in the dropdown list above, a function called "showResult()" is executed. The function is triggered by the "onchange" event:
The showResult() function does the following:
The page on the server called by the JavaScript above is a PHP file called "getrss.html":
When an RSS-feed is sent from the JavaScript, the following happens:
Your Query was successfully sent!