Forum Moderators: coopster
[1]
<select>
<option value='1'>
<option value='2'>
...
<option value='100000'>
</select>
[2]
<select>
<option value='1'>
<option value='2'>
...
<option value='100000'>
</select>
[3]
<select>
<option value='1'>
<option value='2'>
...
<option value='100000'>
</select>
instead of copy paste all of them to extract all value attributes i want to parse the whole content of the site to extract them Dynamically.
I'm not only after the drop down menus but i want to learn the concept of parsing thru URL contents, so if ever i want to extract something or some words in a site i can extract them with ease.
so i'm looking for a site to teach me how to do this.
thanks for your reply...