meenakshidhar
Programmer
Hi Friends...
the following Javascript code is not wrking in IE5...it's wrking in IE6..
***********************************************************
function del(cust_id,username)
{
var agree=confirm("Are you sure you want to delete this customer?");
if (agree)
self.location.href='delete_customer.asp?cust_id='+cust_id+'&username='+username;
else
return false ;
}
***********************************************************
Regards
Meenakshi Dhar
the following Javascript code is not wrking in IE5...it's wrking in IE6..
***********************************************************
function del(cust_id,username)
{
var agree=confirm("Are you sure you want to delete this customer?");
if (agree)
self.location.href='delete_customer.asp?cust_id='+cust_id+'&username='+username;
else
return false ;
}
***********************************************************
Regards
Meenakshi Dhar