var nodeDoctype = document.implementation.createDocumentType(
'html',
'-//W3C//DTD XHTML 1.0 Transitional//EN',
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtdd'
);
if(document.doctype) {
document.replaceChild(nodeDoctype, document.doctype);
} else {
document.insertBefore(nodeDoctype, document.childNodes[0]);
}
:
doctype JS, ( : http://www.webmasterworld.com/forum91/4856.htm), . . doctype js, :
window.location = window.location+"?doctype=newdoctype"
, , .