using Ajax to send information to classic ASP
问题 I have a reset button on my html table. When it's clicked, it gets information related to its row, particularly the 'record ID' and 'Active'. I'm trying to take the record Id number and send it to my asp page called resetinbound.asp This is my first time using AJAX so I'm not sure if what I'm doing is correct but here is the code for the On Click: $(function(){ $('button').on('click', function(){ var tr = $(this).closest('tr'); var RecID = tr.find('.RecID').text(); var active = tr.find('