JSON and ASP Classic

0

I need to apply this source code: URL

I can use and Classic I searched for several libraries but I can not do the POST method with tag using this language.

Does anyone know any bookstore that can help me? Someone used

asked by juanitourquiza 18.05.2016 в 17:26
source

1 answer

0

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) {

                }
            });
    
answered by 13.07.2016 в 15:53