in reply to Re: A case where Mechanize works, LWP doesn't
in thread A case where Mechanize works, LWP doesn't

Thanks, but this isn't the case. There is only one form which is being submitted to the correct page:

function BATSubmit() { if (checkfields()==false) return false; handle=EventHandlingNum(document.getElementById('c').value,documen +t.getElementById('d').value,document.getElementById('e').value,1); document.batForm.a=handle; } <form name="batForm" ACTION="/bat.html" METHOD="POST" onSubmit="return + BATSubmit()">