in reply to Re: WWW::Mechanize form field types
in thread WWW::Mechanize form field types

Don't use pre tags, use code tags.

Replies are listed 'Best First'.
Re^3: WWW::Mechanize form field types
by Anonymous Monk on Sep 01, 2009 at 15:23 UTC

    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>