Posts by Raphael Araujo • 51 points
5 posts
-
0
votes1
answer503
viewsQ: Javascript to simulate Keyboard
Hello, I have the following case, an external page opens inside my iframe, I need javascript to simulate the "TAB" key until I reach the login field. so much so why my problem is in finding a way to…
-
1
votes0
answers313
viewsQ: Curl access https
Good afternoon, I need to access the following link https://www.reneg.bvfinanceira.com.br/assessoria/ and in it I need my php system to insert the login and password. The problem: 1- My page is in…
-
1
votes1
answer1227
viewsQ: manipulate another web page via javascript
The following is, I need to access a website and do a search on it through my page. I am trying as follows: <html> <script type="text/javascript" src="js/jquery.js"> </script>…
-
2
votes1
answer3074
viewsQ: Allow automatic sending of email with Outlook
Hello, I need to send several emails to different addresses automatically, but when the VBA starts the sending process opens an alert box requesting my permission to complete the task. Does anyone…
vbaasked Raphael Araujo 51 -
1
votes3
answers30209
viewsQ: SQL higher date of a record before the given date
Next is the following case: Tb_importacao [cod_titulo,data,imp_situacao] cod_titulo data_imp situacao 1 2015-04-10 1 1 2015-04-11 2 1 2015-04-11 1 1 2015-04-13 2 1 2015-04-14 3 1 2015-04-14 4 I need…