+ 1
wha does the <form action="url" method="GET"
I just cant understand it
2 Answers
+ 1
Thanks a lot
0
it is used to submit your data into another page. action will contain the url to where you need to send the data it can be a page or servlet you have two methords to send data GET,POST just read about it .
on click of sumbit button you can access all fields inside that form from destination you given inside action.