m2

Another HTML-lint gateway

bookmarklet:

改行付き:

(function(w){
  var d=w.document,
      f=d.createElement('form'),
      x=new XMLHttpRequest(); // new ActiveXObject('Microsoft.XMLHTTP');
  x.open('GET',location,0);
  x.send(null);
  d.body.appendChild(f);
  with(f)
    action='http://htmllint.itc.keio.ac.jp/htmllint/htmllint.cgi',
    method='POST',
    target='l',
    style.display='none',
    innerHTML='<input name="Method"value="Data"><input name="ViewSource"value="on"><textarea name="Data">',
    lastChild.value=x.responseText,
    submit();
  d.body.removeChild(f);
})(window)
  • -

関連