Posts by leandrofw • 11 points
1 post
-
1
votes1
answer51
viewsQ: AJAX in pure JS (using Xmlhttprequest)
I need to send data from one form to another page. I am currently using Jquery and AJAX, but I need to move to pure JS. I’ve seen other similar posts, but I couldn’t make Xmlhttprequest work. The…