Forum Moderators: open
I've been trying to achieve this but with no luck.
How can this be done?
Thanks.
window.onload = function() { var selectElList = document.getElementsByTagName('select'); if (selectElList.length > 0) { alert('This page has select elements'); } }