Java小项目之:教你做电子日历!(12)

input_month.style.textAlign = \"center\";

input_month.onchange = function(){

changed();

;

line2.appendChild(input_month);

var btn4 = document.createElement(\"DIV\");

btn4.style.width = (cal_width/3 - 3) + \"px\";

btn4.style.height = pane_height + \"px\";

btn4.style.lineHeight = pane_height + \"px\";

btn4.style.textAlign = \"center\";

btn4.innerHTML = \">\";

btn4.style.cursor = \"pointer\";

btn4.style.cssFloat = \"left\";

btn4.onclick = function(){

if(isValidated()){

推荐阅读