Call ASP from Javascript

arereewelaymn

New Member
I'm trying to figure out, how can i call ASP (NOT asp.net) site/page/etc with javascript.The ASP is external file and JS is inside of HTML code. ASP function is intended to use delete function, which deletes selected row from database.How can i do it without changing the page in browser?And PLEASE, tell me, if you know some another way to do this, i'm still learning ASP.Thank You!
 
Top