Im trying to use mechanize to fill out a form on a site however one part of the form the Birthdate is a javascript drop down menu. Since mechanize doesnt support java i was wondering how i could go around this. I read that i would need to get the function out of the java code. How can i do this?