Y
Hacker News
new
|
ask
|
show
|
jobs
by
C1D
4473 days 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.
1 comments
jontas
4473 days ago
The latter would require a cross domain ajax request, I'm sure it is just a regular form POST.
link