Forum Moderators: open

Message Too Old, No Replies

can .asp get reply msg from .jsp?

         

yyongshan

3:54 am on Mar 17, 2004 (gmt 0)

10+ Year Member



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)

WebmasterWorld Senior Member 10+ Year Member



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]

Rambo Tribble

4:30 am on Mar 17, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Isn't this a bit out of the realm of JavaScript?