/ Published in: JavaScript
Expand |
Embed | Plain Text
function getDD(sId){ o=document.getElementById(sId) for (counter = 0; counter < o.length; counter++){ if (o[counter].selected) return o[counter].value; } }
You need to login to post a comment.
