Created
June 3, 2022 02:10
-
-
Save Octagon-simon/bffbe6a212010af9acab3f24d32cf49a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const userQuery = { | |
| uname : "Simon", | |
| pass : "OctaHenryX6D" | |
| } | |
| //store url | |
| let url = doQuery('http://mywebsite.com/check-record', userQuery); | |
| //send to the browser | |
| window.location.href=url; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment