开发者

How to communicate between an ASP.net page and JSP page

We recently had a test case where we were required to communicate between an ASP.net page and a JSP page.

The JSP page had some controls (a DataBound checkbox,TextBox etc) and the ASP.net page was supposed to manipulate those fields and pass on input values to the page.

Has any one out there encountered a similar situation, or any idea on h开发者_运维百科ow to implement it ?

P.S - (if required) please ask for more details, to make my question clearer.


You could probably send the data as URL parameters or through HTTP post, though i haven't tried this.

Another option would be to stick the data in a cookie and retrieve it at the JSP page.

Are the pages on the same domain?

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜