Skip to content

Instantly share code, notes, and snippets.

@nimaa77
Created November 8, 2018 20:26
Show Gist options
  • Save nimaa77/abe2022d18f6ba3652b33c89a53667e9 to your computer and use it in GitHub Desktop.
Save nimaa77/abe2022d18f6ba3652b33c89a53667e9 to your computer and use it in GitHub Desktop.
const element = document.getElementById("demo");
fetch('demo_post.asp', { method: "POST" })
.then(function(response) {
element.innerHTML = response;
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment