Yes, that's exactly the problem, the action is not there because the JavaScript code assigns the action to the form (please have a look at the Javascript code I've included in the previous message).
Unfortunately mechanize don't execute JavaScript code, so I have to figure out the way of adding manually the data JavaScript assigns. On 8/27/06, Mumia W. <[EMAIL PROTECTED]> wrote:
On 08/27/2006 04:07 PM, Toshiro (mailing lists) wrote: > [...] > The question is: how do I define the action to be performed? > [...] > <FORM name="frmMenu" id="frmMenu"> > [...] Your form doesn't have an "action" attribute.