Hi, sorry for my poor english and for my poor knowledge of javascript.
I've tried to follow this tutorial related to my topic
https://puravidaapps.com/inject.php
trying to apply it to this website
https://telematici.agenziaentrate.gov.it/VerificaCF/Scegli.do?parameter=verificaCfPf
but I'm so dumb that I can't find how to write the procedure (like the "inject" one in the tutorial) to identify each textbox of the forum (for example "cognome")
Should be a bit easier these days, using the RunJavaScript method:
document.getElementById('cognome').value='YOUR_NAME';
1 Like
You're great! It's perfect. Thanks a lot!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.