Execute http get from javascript?
I'm trying to create a button that will execute an http get command. For example
https://home-server.com/contact//scri...
I can get this to work when I use an html object and set the form action correctly. The issue I have is that my app will navigate to my external server after the users submits the form.
Any chance I can achieve the same functionality without an HTML form? In a perfect world i would love to use the native input objects for form data and then have the user click a button that would execute the http post in the back ground.
Any help would be greatly appreciated!!!
Thanks!
James