Here's a tip that you might find useful for Netscape.  Make your
Shopping button do something useful.  Since I use the Web syntax
checker at W3C often to check web pages of my students, I
redefined the button to do that:

Include the following lines in your ~/.Xdefaults (beware mail
client line wrap here)

Netscape*strings.22495:javascript:q=location.href;if(q.match(/^http:/))location.href='http://validator.w3.org/check?uri='+escape(q);else
 location.href='http://validator.w3.org/'
Netscape*myshopping.labelString:W3C
Netscape*myshopping.documentationString:Verify page with W3C syntax checker.
Netscape*myshopping.tipString:Verify Page


xrdb -merge ~/.Xdefaults
netscape


-- 
Don Bindner <[EMAIL PROTECTED]>

Reply via email to