function SelectService(obj) { var strUser = obj.options[obj.selectedIndex].getAttribute("countable"); console.log(strUser); }