Hi, I have the following case, an external page opens inside my iframe, I need javascript to simulate the "TAB" key until it reaches the login field. So much so why my problem is to find a way to make it simulate this "TAB" without any other event being dispatched, just loading the page.
follow example, but not
<?php
echo '<script type="text/javascript" src="js/jquery.js"> </script>';
?>
<html>
<iframe src="http://alelo.com.br/consulta-saldo-extrato-alelo.html"style="width:100%; height:100%">
<script>
alert('.-.');
</script>
</html>