i have some problem with following code....
please help..
<html>
<head>
<script type=text/javascript>
function checkit(par1, para2){
if (par1=='del'){
alert ("Are you sure to delete. id:" +para2);
}
}
</script>
</head>
<body>
<form>
<?php
include_once("connect.php")...