Code:
function pagevalidation(formtunisia)
{
var tunisiaNull = document.getElementById('tuninull').value;
var alreadyExist = document.getElementById('exist').value;
if(!tunisiaNull)
{
return ModalPopupsAlert();
}
<? if($_REQUEST['id'] == "") { ?>
else if(alreadyExist!= 1)
{
return ModalPopupsAlready()
}
<? } ?>
else
{
Leave a comment: