C
chirs
Hi,
JSP getParametr() will get a value from the URL. When the form uses
mehtod=Post on the html page and user submit the form, are the input
values appended to the URL? I read a book saying so. But another
book says the input values are appended to the URL only when the form
uses mehtod=get.
Could you help me on this?
Chris
JSP getParametr() will get a value from the URL. When the form uses
mehtod=Post on the html page and user submit the form, are the input
values appended to the URL? I read a book saying so. But another
book says the input values are appended to the URL only when the form
uses mehtod=get.
Could you help me on this?
Chris