in reply to Re: WWW::Mechanize form field typesin thread WWW::Mechanize form field types
Thanks for your above post, it is useful for me. However I'm not able to find any form on my page. I used all form options available with www::mechanize. The page is jsp page and the only form tag available in source code is as mentioned below.
<form action="html" method="post"> <input type="submit" name="clearAllCaches" value="Clear Al +l Caches" style="margin:1em;" /> </form> [download]