7 ms·
It's probably using a form tag in the html. The data entered would be sent as a POST request to the external site. Or it could be trough JavaScript which would
by C1D 13y ago
It's probably using a form tag in the html. The data entered would be sent as a POST request to the external site.
Or it could be trough JavaScript which would Ajax the data to the external site.
- jontas 13y agoThe latter would require a cross domain ajax request, I'm sure it is just a regular form POST.