version 1.38, 2024/03/28 20:24:58 |
version 1.41, 2024/03/28 20:33:14 |
Line 45 async function sendData() { |
|
Line 45 async function sendData() { |
|
ii.textContent="Sent"; |
ii.textContent="Sent"; |
console.log(`Challenge Success ${token}`); |
console.log(`Challenge Success ${token}`); |
/* --------------------- */ |
/* --------------------- */ |
|
const ob = {mail: $em, sub: $su, msg: $ms, id: $token }; |
var data="", |
var data="", |
status="", |
status="", |
feed=JSON.stringify({ "cfem": "a@b.ru", "cfsu" : "subject", "cfme" : "message", "cfto" : "token" }); |
feed=JSON.stringify(ob); |
$.post("/feedbk/", feed, function(data, status){ |
$.post("/feedbk/", feed, function(data, status){ |
console.log("Data: " + data + "\nStatus: " + status); |
console.log("Data: " + data + "\nStatus: " + status); |
}); |
}); |