Tuesday, August 18, 2009 at 7:53 PM.

howtoSuite.buttons.["00000010\tView"

<<Changes
	<<7/31/08; 12:41:02 PM by DW
		<<Created.
local (url);
window.attributes.getone ("htmlDocumentUrl", @url);
if url beginswith "http://" {
	webbrowser.bringtofront ();
	webbrowser.openurl (url)}
else {
	dialog.alert ("Can't view the page because it hasn't been saved.")}



This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.