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");' />
0 comments:
Post a Comment