#12002/9/28 16:04:20
< SCRIPT language=javascript >
{
document.forms[0].action = "delselect.asp";
document.forms[0].submit();
}
}
function UpdateLinks()
{
if (confirm("This will update the links! Are you sure you want to do this!?"))
{
document.forms[0].action = "Update.asp";
document.forms[0].submit();
}
}
//-->
< /SCRIPT >