View source and you'll see a bunch of:Is there something that can get the lists in drop down menus from websites and save it to a textfile or something ?
<select value="Blah">Blah</select>
View source and you'll see a bunch of:
Code:<select value="Blah">Blah</select>
You can copy and paste those and do a big search and replace for all the select tags.