I'm trying to find if its possible to send POST to url using only html and javascript. According to this its not possible. Can anyone knowledgeable tell me is it possible ? and if it's how to do it? ad1 Without using jQuery
If you consider jQuery to be JavaScript it sure is.
See here:
http://api.jquery.com/jQuery.post/
If you're going to be doing a lot of this sort of thing in your development in the future, I'd highly recommend you get used to using jQuery.
If you really want to you can use XMLHttpRequest. All major browsers support it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With