//DO NOT INCLUDE SCRIPT TAGS
IMV_Ints.validateEmail = function(strEmail){
//replace any leading or trailing spaces
strEmail=$.trim(strEmail);
var regex = /^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/;
if(!regex.test(strEmail)) return false;
return true;
}
IMV_Ints.postGo = function(url){
$('#dvIntsError').fadeOut(300);
if(!IMV_Ints.validateEmail($('#ints-txtEmail').val())){
$('#dvIntsError').fadeIn(300);
return;
}
var form=$('
Interstitial, supplemental javascript (includes email validator)
Mar 31, 2014
Latest in Home
Using AI with mammography can help select women for breast MRI
February 7, 2025
Nordic journal posts tribute to Henrik Thomsen
February 6, 2025
How can we improve evaluation of benign breast lesions?
February 5, 2025