document.getElementById(id).parentNode.removeChild(document.getElementById(id));
var br=document.getElementsByClassName('ace_layer ace_text-layer')[0];
document.getElementsByClassName('ace_content')[0].removeChild(br);
document.getElementById("demo").innerHTML="hello world";
document.getElementsByTagName("body")[0].setAttribute("type","text")
document.getElementsByClassName('marketingPlanLeft')[0].removeAttribute('style');
document.getElementsByClassName('goOnShopping')[0].style.display='block';
document.getElementById('').style.diplay='block';
<input type="submit" id="su" value onclick="window.location='http://www.cnblogs.com/JuneZhang/archive/2010/11/25/1887575.html'">
<input type="submit" id="su" value="submit" onclick="location='http://www.cnblogs.com/JuneZhang/archive/2010/11/25/1887575.html'">
<input type="submit" id="su" value="submit" onclick="window.location.href='http://www.cnblogs.com/JuneZhang/archive/2010/11/25/1887575.html'">
①onclick="javascript:window.location.href='
URL'"
②onclick="location='
URL'"
③onclick="window.location.href='
URL?id=11'"
☆如果页面中有frame可以将在location前面添加top.mainframe.frames['right_frame'].location
="javascript:window.close()">