Is there something that can ....

jake3340

Supreme Member
Joined
Nov 20, 2008
Messages
1,439
Reaction score
437
Is there something that can get the lists in drop down menus from websites and save it to a textfile or something ?
 
Is there something that can get the lists in drop down menus from websites and save it to a textfile or something ?
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.
 
Yea i know about the source part. But was wondering if theres something that can do it automatically. Instead of having to copy paste them. Thanks anyway tho.
 
Back
Top