2009年2月17日火曜日

dom_functionテスト

function myidEvent() {
alert("Pushed botton");
}
document.getElementById('myID').onclick = myidEvent;