Computer Learning Tricks
Wednesday, May 17, 2017
Function to accept confirmation from user in HTML
Function vi10()
{
var i
alert("new")
i=confirm("yes/no")
if(i==true)
{
alert("yes")
}
else
{
alert("no")
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment