Activex Posted May 15, 2012 Report Share Posted May 15, 2012 Fala ai galera, to precisando de um help (novidade)...a história é a seguinte... achei aki no forum esse código:<html><head></head><body onload="document.frm.submit();"><form name="frm" action="http://www.qualquer.com.br" method="post"><input type="hidden" name="urlredir" value="http://www.qualquer.com.br"><input type="maxLength" name="tx_cpf" size="15" maxlength="12" value="usuário"><input type="maxLength" name="tx_senha" size="15" maxlength="12" value="123456"></form></body></html>Ele acessa a página http://www.qualquer.com.br e loga com o usuário e a senha, acontece que eu preciso dar mais um click, após logar tem um botão de registrar:<input type="submit" Value="Registrar" id=btnRegistrar name=btnRegistrar>Como faço para enviar um evento a este botão, inserindo a função neste mesmo código ? Quote Link to comment Share on other sites More sharing options...
0 JaguA Posted May 15, 2012 Report Share Posted May 15, 2012 Cara isso vai ser complicado, porque depois que você clicar ele vai entrar e depois que entra você estara sobe o dominio das paginas deste site qualquer... sendo assim fica complicado conseguir realizar isto, não estou dizendo que é impossivel por que não olhei nenhum código muito menos tentei algo... se eu descobrir algo posto aqui... mas já te digo de ante mão que não conheço algo que faça isso. Quote Link to comment Share on other sites More sharing options...
0 Activex Posted May 15, 2012 Author Report Share Posted May 15, 2012 cara to mais de uma semana procurando... mas até agora não consegui fazer nada funcionar. ai resolver pedir ajuda de quem entende,,,, Quote Link to comment Share on other sites More sharing options...
Question
Activex
Fala ai galera, to precisando de um help (novidade)...
a história é a seguinte... achei aki no forum esse código:
<html>
<head>
</head>
<body onload="document.frm.submit();">
<form name="frm" action="http://www.qualquer.com.br" method="post">
<input type="hidden" name="urlredir" value="http://www.qualquer.com.br">
<input type="maxLength" name="tx_cpf" size="15" maxlength="12" value="usuário">
<input type="maxLength" name="tx_senha" size="15" maxlength="12" value="123456">
</form>
</body>
</html>
Ele acessa a página http://www.qualquer.com.br e loga com o usuário e a senha, acontece que eu preciso dar mais um click, após logar tem um botão de registrar:
<input type="submit" Value="Registrar" id=btnRegistrar name=btnRegistrar>
Como faço para enviar um evento a este botão, inserindo a função neste mesmo código ?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.