$confirmValue = confirm ("<%=vRequesterName%>, your Tooling Request has been saved.\nYou will receive an email confirmation!\n Click OK to submit");
if ($confirmValue)
{
// do submitting here
// you could just redirect the script to your url
document.location.href = "TheURL";
}