开发者

How do we call a jsp page from VB page?

开发者 https://www.devze.com 2023-02-08 13:55 出处:网络
I have created a JSP page, which will accept parameter. Once the page received the parameter, it will return an XML to user.

I have created a JSP page, which will accept parameter. Once the page received the parameter, it will return an XML to user.

I want to create a VB program, that will display a form and ask user to enter the value of the parameter, and then will pass it to the JSP page, and get the return XML and display it to user in VB p开发者_如何学Pythonrogram.

Is it possible to do so? Thx


Use the HttpRequest class to request a web page. Then just manipulate the URL to add query string parameters. If you need to do this via a POST request (versus GET), write the parameters in the body.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号