Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Create a web page validation shortcut in OmniWeb' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Create a web page validation shortcut in OmniWeb
Authored by: bluehz on Aug 14, '03 07:59:25AM
Create a book mark with this link and it will popup a dialog asking for url to validate, then proceed to validate. Code is one single line (may be broken below):
javascript:void(uri=prompt('Enter%20url%20to%20validate%20(http://my.domain.com):',''));if(uri)void(location.href='http://validator.w3.org/check?uri='+escape(uri))
Tested with Safari and works great!

[ Reply to This | # ]