Node Operation JavaScript DHTML




function getID(elem) {
   var id = elem.id;
   alert("This element's id attribute is set to \"" + id + "\"."); 


Click in the following image to display the id attribute's value.


     src="http://www.rntsoft.com/style/logo.png" 
     alt="http://www.rntsoft.com" 
     width="99" 
     height="78" 
     onclick="getID(this);">