Rank: Newbie Groups: Member
Joined: 7/20/2019 Posts: 8
|
Hi, I have a problem, on the following website: http://www.ke1.nl/en/checker3/ , I want to write in the Textarea , Element ID: mailpass , but I can not do it, try:
Code: Visual Basic.NET
WebView1.EvalScript("document.getElementsByName('mailpass')[0].value = '165454654654';")
How can I do it?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
You should not rely on us on troubleshooting your JavaScript code. You can try to troubleshoot the code with Google Chrome's Developer Tools console window.
Thanks!
|