version 1.23, 2024/03/28 19:16:14 |
version 1.24, 2024/03/28 19:17:34 |
Line 56 async function sendData() { |
|
Line 56 async function sendData() { |
|
ii.textContent="Sent"; |
ii.textContent="Sent"; |
console.log(`Challenge Success ${token}`); |
console.log(`Challenge Success ${token}`); |
// postData(); |
// postData(); |
var data=`${token};${em};${su};${ms}`, |
var data=`${token}|${em}|${su}|${ms}`, |
status=""; |
status=""; |
$.post("/feedbk/", function(data, status){ |
$.post("/feedbk/", function(data, status){ |
alert("Data: " + data + "\nStatus: " + status); |
alert("Data: " + data + "\nStatus: " + status); |