About Me
|
var count = 10; count = 111; p.innerHTML = "count = " + count;
function top_click () { var p = document.getElementById ("para"); p.innerHTML = "the top button was clicked"; } function bottom_click () { var p = document.getElementById ("para"); p.innerHTML = "the bottom button was clicked"; }