简体   繁体   English

获取结果页面。 获得元素b4a

[英]get the result page . get Element b4a

I wanted to know how to get the result page of this site 我想知道如何获得该网站的结果页面

http://estelam.rahvar120.ir/index.jsp?siteid=1&fkeyid=&siteid=1&pageid=2371666 http://estelam.rahvar120.ir/index.jsp?siteid=1&fkeyid=&siteid=1&pageid=2371666

I'm logging in with Get Element, but I do not know how to display the next page. 我正在使用Get Element登录,但是我不知道如何显示下一页。 Please help me. 请帮我。

I'm programming with b4a 我正在用b4a编程

You can use these codes: 您可以使用以下代码:

Sub Button1_Click
    extras.executeJavascript(webv,"document.getElementsByClassName('btn')[0].click();")
    StartActivity(act1)
End Sub

The button1 is the login button. button1是登录按钮。 When you click the button it begins an activity(act1) then in the act1 replace the "new URL" of the new page in webview. 当您单击按钮时,它将开始一个活动(act1),然后在act1中替换webview中新页面的“新URL”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM