in reply to Re: What does WWW::Mechanize consider Clickable input?
in thread What does WWW::Mechanize consider Clickable input?

Although this is true, if the application is well built it shouldn't matter, you should still be able to submit the form and have the validation done server side, any client-side validation done in javascript should be repeated on the server, since you can't trust the client to validate it's own input.


We're not surrounded, we're in a target-rich environment!
  • Comment on Re^2: What does WWW::Mechanize consider Clickable input?

Replies are listed 'Best First'.
Re^3: What does WWW::Mechanize consider Clickable input?
by stonecolddevin (Parson) on Jan 14, 2007 at 22:38 UTC

    agreed jasonk, and attribute this to my lack of experience with the module, but I was just assuming (and we all know what assuming leads to) that the javascript was the perpetrator. maybe there's something before the button that's causing some undesired performance?

    meh.