function confirm()
{
if (window.confirm("Press a button!") == true) {
return false;
} else {
return false;
}
}
i have a error on not available confirm.
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajavel GPosted May 23, 2017, 3:12 AM
Manas MohapatraPosted May 19, 2017, 5:08 AM