and save it with an .html extension. Open the new page in your browser, right-click the link and bookmark it. Navigate to the page with the drop-downs, wait until the page is fully loaded, and run the bookmarklet. It'll pop a window with the attendee names that you can copy and paste.
<html>
<body>
<a href="javascript:var sl=document.getElementsByTagName('select');if(sl.length){var str='<html><body>';for(var ii=0;ii<sl.length;ii++){for(var jj=0;jj<sl[ii].options.length;jj++){str+=sl[ii].options[jj].innerHTML+'<br />'}str+='<br /><br />'}str+='</body></html>';var ww=window.open(',');ww.document.write(str);ww.document.close()}">Get Selection Texts</a>
</body>
</html>
Unless the dropdown is being generated by a javascript, then your S.O.L., I think.
posted by signal at 11:07 AM on July 13, 2005