<script type="text/javascript">
function AlertLooseChanges()
{
if (confirm('Any changes made will not be saved to database.'))
{
return true;
}
else {
return false;
}
}
</script>
function AlertLooseChanges()
{
if (confirm('Any changes made will not be saved to database.'))
{
return true;
}
else {
return false;
}
}
</script>
No comments:
Post a Comment