Favlets For The Validator

Favlets are small snippets of JavaScript embedded in a Bookmark URL that allows Bookmarks in browsers do various advanced things. Popular Favlets include variants that prompts the user for a phrase and searches the web for that phrase, or that finds older versions of the currently viewed page in the WayBack Machine.

Favlets depend on support for javascript: URLs in your browser's Bookmarks feature, and each Favlet may depend on support for a specific part of the JavaScript specification to work properly. MSIE versions more recent then 5.0, and Mozilla 1.0 and later — this includes browsers using the embedded version of Mozilla, such as Netscape 7.0 — are known to support most Favlets. MSIE:mac supports basic Favlets, but it's general support for JavaScript may render certain advanced Favlets inoperable. Netscape 4.x is a lost cause in this regard, and with it's poor support for standards in general it is probably better to avoid it altogether.

"Validate This Page"
This is the basic "Validate This Page" Favlet. It simply submits the URL for the currently viewed page to the Validator for processing. Results appear in the same window.
"Validate This Page In New Window"
Like the last Favlet, this also submits the URL of the current page to the Validator for processing, but this version will show the results in a new window.
"Validate Page..."
Puts up a dialog with a text entry field where you can type in the URL of a page you would like to Validate. The results appear in the current window.
"Validate Page In New Window..."
Same as above but shows results in a new window.
"Is This Page Valid?"
From the Head Of The "JavaScript Juju" Department, Jim Ley, comes this gem. When invoked, this Favlet will submit the URL for the current page to the Validator for processing and pop up a dialog that shows whether the page is Valid and how many errors where found in the page. As with all Jim does, this Black Magic is so deep I'm afraid to ask him how it works. Here There Be Dragons!