The Hobo
Sep 17th, 2002, 11:33 AM
Can anybody tell me what's wrong with this code?
function del(url) {
c = confirm('Are you sure you want to delete "Location" ?');
if (c == true) {
window.location.href = url;
}
}
function del(url) {
c = confirm('Are you sure you want to delete "Location" ?');
if (c == true) {
window.location.href = url;
}
}