I need to make some changes to a web page.
I'm creating an HTML form with JavaScript and need help in the following case:
My form has a field where the user types the ID of a SPOJ-WWW contest, after typing the ID the page should make a get of some contest data that is in the SPOJ to complete other fields of my form.
For example, the user types the ID of some problem and the page automatically identifies what the problem is and completes the fields, title, description, goals, etc.
Is there any function in JavaScript that does this in some way, type giving content get?