Hi all,
     Im not able to retrieve the value of a select box which is being disabled.
 
 
for example:
   assert_false(index1a == $IE3.form( :name, "").select_list( :name, "anSortValues[field1]").getSelectedItems)
         puts"same value "
 
 
and the HTML code of this is
 
 <font size="-1">Field</font></td><td><input type="hidden" name="anSortValues[field1]" value="2"><select name="bPlaceholder" disabled style="font-size: 9 px"><option>1<option selected>2<option>3<option>4<option>5<option>6<option>7<option>8</select>
 
Please let me know if there is any other way to access the hidden type select boxes
 
Thanking you
deepa
 


Whatever you can do or dream you can, begin it. Boldness has genius, power, and magic in it.
--Johann Wolfgang von Goethe
 
------------------------------------------------------------------------
Deepa Mallapareddy,
4981,Catoctin Drive,
Apt#15,San Diego
CA - 92115


Relax. Yahoo! Mail virus scanning helps detect nasty viruses!
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to