Help for this page

Select Code to Download


  1. or download this
    <form action="javascript:alert('1')">
    <input type=submit />
    ...
    <form action="javascript:alert('2')">
    <input type=submit />
    </form>
    
  2. or download this
       $mech->submit_form(
            form_number => 1,
    ...
        );
        # as from $mech->submit_form( ... )
        # If button is not passed, then the submit() method is used instea
    +d.