version 1.26, 2024/03/28 19:19:40 |
version 1.29, 2024/03/28 19:28:19 |
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="", |
status=""; |
status=""; |
$.post("/feedbk/", function(data, status){ |
$.post("/feedbk/", token, function(data, status){ |
alert("Data: " + data + "\nStatus: " + status); }); |
console.log("Data: " + data + "\nStatus: " + status); |
|
}); |
|
|
|
|
|
|