开发者

How do we call a jsp page from VB page?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜