Solved
Can any kind soul help me understand this piece of code -
Can any kind soul help me understand this piece of code -
function s_getObjectID(o) {
var ID=o.href;
return ID;
}
s.getObjectID=s_getObjectID;
I want to know what is o.href doing?
Regards,
Sanmeet