Код: Выделить всё
[url=index.php] onclick="confirmAction()" Check out[/url]
Код: Выделить всё
// The function below will start the confirmation dialog
function confirmAction() {
let confirmAction = confirm("Does the maintenance finished yet?");
if (confirmAction) {
alert("Action Done")
}
else {
alert("Action canceled");
}
}
который должен выполнить действие публикации:
Код: Выделить всё
controller.php?action=checkout&code=
По сути, я пытался запустить код PHP без тега , но мне это не удалось.
Есть предложения?
Подробнее здесь: https://stackoverflow.com/questions/697 ... firmaction
Мобильная версия