Welcome Guest, Not a member yet? Register   Sign In
messenger when delete
#1

[eluser]jonny tran[/eluser]
please ask for your code displays a message when delete ok-cencel
thank you
#2

[eluser]Bart v B[/eluser]
This is not realy a CI question.. Tongue

Code:
<html>
<head>
[removed]
<!--
function confirmation() {
    var answer = confirm("Delete item?")
    if (answer){
        alert("Are you sure?")
        window.l oc a tion = "http://www.google.com/";
    }
    else{
        alert("Ok i wil do nothing")
    }
}
//-->
[removed]
</head>
<body>
<form>
<input type="button">
</form>
</body>
</html>
#3

[eluser]jonny tran[/eluser]
thank you very much




Theme © iAndrew 2016 - Forum software by © MyBB