I need to apply this source code: URL
I can use json and asp Classic I searched for several libraries but I can not do the POST method with json tag using this language.
Does anyone know any bookstore that can help me? Someone used
Try jquery or javascript to make the call. I usually use this function
$.ajax({
type: 'POST',
url:" dirección de llmada ",
data: { variables que se pasan },
success: function(data) {
}
});