Creating a simple Internet Explorer 8 web slice is pretty easy to do. This example shows how to add a button to your page that will add a web slice to display any valid RSS feed. Again this web slice will display an RSS feed. In this case the web slice displays the RSS feed from this blog.
<input type="button" value="Add Web Slice" class="addButton"
onclick='window.external.AddToFavoritesBar(
"http://feeds.feedburner.com/Officepoint?format=xml",
"OfficePoint RSS Feed", "slice");' />
1 comment:
You just made something that I thought was so difficult be, truly, so easy! Thanks for the post!
Post a Comment