Hello,
How can I read the Options of the following list and then reprint
Code:<select name="mylist"> <option value="AP"> Apple </option> <option value="AR"> Apricot </option> <option value="BA"> Banana </option> </select>Code:"AP"=>"Apple", "AR"=>"Apricot", "BA"=>"Banana",




Bookmarks