java - When the form action in jsp or aspx submits the form, why is it submitted to itself or to another jsp or aspx instead of to the server?
怪我咯
怪我咯 2017-05-18 10:44:57
0
1
613

Submitting a form is to submit the data entered by the user on the page. Logically speaking, these data should be submitted to the server. Why is it submitted to its own page?
Is it possible that this jsp file or aspx file has been bound to the background java file or c# file in a certain configuration file?
But I see that there is an aspx file with nothing else in it except html code. . . It has received the data submitted by itself and knows how to process it?
jsp servlet and asp.net should have the same principle, so everyone can just talk about one of them, thank you

To be honest, I am a product developer, but I want to understand web development. I have programming experience in C and python before, but none of them involve web. Now that I have started, I feel that web development is really difficult. Yes, mainly because there are many concepts that need to be understood. Maybe it won’t be difficult after you understand them

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(1)
我想大声告诉你

To be precise, it is sent to the Web container, and then the request is forwarded through the Web container, and finally the Form data is transmitted to the background servlet

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!