Hi,
 
I got something like this in my response
 <select name="pline" onchange="change_screen()">
                <option value="9999" >Select Line..</option>
                <option value="01" >d</option>
                <option value="02" selected>e</option>
                <option value="03"  >f</option>
                <option value="04"  >d</option>
                <option value="05"  >Suns</option>
                <option value="06"  >Ski</option>
                <option value="07"  >Mois</option>
              </select>
 
I want a regex to randomly pickup any option value between the select tags. I 
cant search for just digits as just below this select tag is another select tag 
that has similar numeric values.
 
regards,
Raj

                
---------------------------------
Do you Yahoo!?
 Take Yahoo! Mail with you! Get it on your mobile phone.

Reply via email to