Hi @Sven
How can I log in when there is no <form> tag on the page?
How can I log in when there is no <form> tag on the page?
<div>
<div class="w3-col" style="width:80px;"><label for="beuser">username:</label></div>
<div class="w3-col" style="width:80px;"><label for="beuser">username:</label></div>
<div class="w3-rest"><input type="text" id="beuser"></div>
</div>
<div>
<div class="w3-col" style="width:80px;"><label for="bepass">password:</label></div>
<div class="w3-col" style="width:80px;"><label for="bepass">password:</label></div>
<div class="w3-rest"><input type="password" id="bepass"></div>
</div>
<button class="self-center w3-border-0" style="display: block; margin-top: 6px;" onclick="GetAsyncVal('Default');">login</button>