12/18/2010

Hộp thoại ok cancel ứng dụng php !

code by phuoc'_it

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Daklakit</title>

<script language="JavaScript">
function kt()
{
if (confirm("Thong Bao"))
{
var kq=("ok");
document.nhap.test.value=kq;
}
else
{
var kq=("cancel");
document.nhap.test.value=kq;
}
}
</script>
</head>
<body>
<form method="post" action="" name="nhap">
<input type="hidden" name="test"/>
<input type="submit" name="sb" value="Gui Server" onclick="kt()" />
</form>
<?php
//da den day ai thich su dung lam gi thi lam
if (isset($sb))
{
$a=$_POST['test'];
echo $a;
}
?>
</body>
</html>

Đến đây mọi người thik gì thì dùng nhé !

SHARE THIS

Author:

Tôi là PHƯỚC kỹ sư công nghệ thông tin. chuyên thiết kế web và làm dịch vụ MMO.

0 comments: