- From: Ville Skytta <ville@dev.w3.org>
- Date: Wed, 15 Sep 2004 17:25:10 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv24164/htdocs
Modified Files:
Tag: validator-0_6_0-branch
favelets.html
Log Message:
Revert previous change and backport correct fix for #736 from HEAD.
Index: favelets.html
===================================================================
RCS file: /sources/public/validator/htdocs/favelets.html,v
retrieving revision 1.1.2.14
retrieving revision 1.1.2.15
diff -u -d -r1.1.2.14 -r1.1.2.15
--- favelets.html 2 Sep 2004 03:14:25 -0000 1.1.2.14
+++ favelets.html 15 Sep 2004 17:25:08 -0000 1.1.2.15
@@ -48,28 +48,28 @@
</div>
<div>
<dl>
- <dt>"<a href="javascript:void%28window.location='http://validator.w3.org/check?uri='+escape%28window.location%29%29"
+ <dt>"<a href="javascript:void(window.location='http://validator.w3.org/check?uri='+escape(window.location))"
title="Validate This Page">Validate <em>This</em> Page</a>"</dt>
<dd>
This is the basic "Validate This Page" <a href="http://favelets.com/">Favelet</a>.
It simply submits the URL for the currently viewed page to the
Validator for processing. Results appear in the same window.
</dd>
- <dt>"<a href="javascript:window.open%28'http://validator.w3.org/check?uri='+escape%28window.location%29%29;void%200"
+ <dt>"<a href="javascript:window.open('http://validator.w3.org/check?uri='+escape(window.location));void%200"
title="Validate This Page In New Window">Validate <em>This</em> Page In New Window</a>"</dt>
<dd>
Like the last <a href="http://favelets.com/">Favelet</a>, 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.
</dd>
- <dt>"<a href="javascript:void%28q=prompt%28'Validate Page:',''%29%29;if%28q%29void%28window.location='http://validator.w3.org/check?uri='+escape%28q%29%29"
+ <dt>"<a href="javascript:void(q=prompt('Validate%20Page:',''));if(q)void(window.location='http://validator.w3.org/check?uri='+escape(q))"
title="Validate Page...">Validate Page...</a>"</dt>
<dd>
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.
</dd>
- <dt>"<a href="javascript:void%28q=prompt%28'Validate Page:',''%29%29;if%28q%29window.open%28'http://validator.w3.org/check?uri='+escape%28q%29%29;void%200"
+ <dt>"<a href="javascript:void(q=prompt('Validate%20Page:',''));if(q)window.open('http://validator.w3.org/check?uri='+escape(q));void%200"
title="Validate Page In New Window...">Validate Page In New Window...</a>"</dt>
<dd>Same as above but shows results in a new window.</dd>
</dl>
Received on Wednesday, 15 September 2004 17:25:10 UTC