4. JavaScript Programming: GET and POST Methods

Опубликовано: 11 Октябрь 2024
на канале: Computer Science Lessons
21,253
158

This computer science video is the fourth in a series of lessons that introduce JavaScript programming. This lesson demonstrates how the data on a web form can be sent to a server side form handler using the method and action attributes of the form. The difference between the method attributes GET and POST is demonstrated.
This series assumes that you already have some familiarity with HTML and have already done some programming in a high level programming language.