I have been through the posts on stackoverflow and cannot seems to find what I am looking for.
If I do (Form:
$.ajaxSettings.dataType = "jsonp";
$.get('http://MYREMOTESERVER.com/GetCustNewID.asp?callback=?', function() {
//SOMETHING HERE
});
On The remote CLASSIC ASP server how, using asp, would I return the id?
This Response.Write "[{""id"": " & Rs("@ID") & "}]" obviously does not work.
Thanks for your help.
For those who want to know. The Answer is here: http://forum.jquery.com/topic/classic-asp-and-jsonp-output