I have IIS server runing asp file and another server for the jsp.
now If I summit a hidden form from this.asp to that.jsp, then can this.asp get response msg from that.jsp?
you are appreciated if you can help?
regards, yongshan
Purple Martin
4:29 am on Mar 17, 2004 (gmt 0)
Yes, the form information is submitted the same way by the browser via one of the two HTTP methods (get or post). Remember that the page is always displayed by the browser as HTML regardless of the server-side technology used: it doesn't matter which extension the file has (.htm, .html, .asp, .jsp, .php, .cgi, .....etc).
[edited by: Purple_Martin at 4:33 am (utc) on Mar. 17, 2004]