function getName(spanId) { window.alert(document.getElementById(spanId).getAttribute('id')); } function getContent(spanId) { window.alert(document.getElementById(spanId).innerHTML); }