Boa tarde a todos estou usando este codigo para clicar em button em um frame webbrowser.OleObject.document.Forms('btnContinuar').click ; ou assim webbrowser.OleObject.document.Frames('btnContinuar').click ; me retorna a seguinte mensagem não implementado. Obrigado a todos códico </script> <form name="frmEmpresa" method="POST" ID="Form1"> <input type="hidden" name="hidPasso" value="1"> <input type="hidden" name="hidPessoaRepresentada"> <input type="hidden" name="hidTipoPessoaRepresentada" value=""> <input type="hidden" name="hidPessoaFisica" value="9F142FE81B7D7547E040670A2C022775"> <input type="hidden" name="hidNomeEmpresa"> <input type="hidden" name="hidRepresentante"> <input type="hidden" name="hiComboRepresentacao"> <input type="hidden" name="hiComboRepresenta"> <input type="hidden" name="Representa" value=""> <input type="hidden" name="Representacao" value=""> <table width="600" height="150" border="0" class="semBorda" ID="Table3"> <tr> <td valign="top"> <fieldset> <legend> <b>Selecione a Empresa a ser representada</b> </legend> <br> <table class="formulario" width="70%" align="center" ID="Table4"> <tr> <th align="center" height="25">Empresa</th> </tr> <tr> <td align="center"> <select style='width: 370px' name=IDPESSOAREPRESENTADA> <option value='9F142FE81B7E7547E040670A2C022775'>ANTONIO LISBOA M ARTINS RIBEIRO - 13101714000138</option> </select> </td> </tr> <tr> <td align="center" height="25"> <input class="button" type="button" onClick="continuar(1);" value="CONTINUAR" id="btnContinuar" name="btnContinuar"> </td> </tr> </table> <br><br> </fieldset> </td> </tr> </table> </form> </body> </html>