essistemas Postado Maio 28, 2011 Denunciar Share Postado Maio 28, 2011 (editado) Boa tarde a todosestou usando este codigo para clicar em button em um framewebbrowser.OleObject.document.Forms('btnContinuar').click ;ou assim webbrowser.OleObject.document.Frames('btnContinuar').click ;me retorna a seguinte mensagem não implementado.Obrigado a todoscó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> Editado Maio 28, 2011 por essistemas Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 Jhonas Postado Maio 30, 2011 Denunciar Share Postado Maio 30, 2011 qual é a versão do seu delphi ? Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
essistemas
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>
Editado por essistemasLink para o comentário
Compartilhar em outros sites
1 resposta a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.