Apple seems to use AJAX (XmlHttpRequest) to dynamically populate the drop down menu when users submitting the form. When viewing the HTML source, value for the HTML Select Option is [Object Code]
How to use Fiddler to get the real value submitted so that I can write an automatic form submission script?
I downloaded Fiddler and set up breakpoint on POST and XmlHttpRequest. But I do not know exactly how to debug through Fiddler (first time to use it).
Thanks.
You don't need breakpoints for it. Let it run and look at right pane of Fiddler. There is "inspectors" tab, you are interested in "Web Forms" sub-tab that will show information you are looking for.