Archive for the ‘Java Script’ tag
dom_functionテスト
function myidEvent() {
alert("Pushed botton");
}
document.getElementById('myID').onclick = myidEvent;
コメントは、タイトル下の"without comments"を押下して記入ください
function myidEvent() {
alert("Pushed botton");
}
document.getElementById('myID').onclick = myidEvent;