Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 94346

Re: GREP search for web address

$
0
0

I remembered this script used for email fields in forms that operates in some way in a reversed parallelism, warning when conditions are not accomplished...

 

if (! eMailValidate(event.value) && event.value != "") {

event.rc = false;

app.alert({

cMsg: "Not a valid address",

nIcon: 0,

nType: 1

});

} // end if validation test


Viewing all articles
Browse latest Browse all 94346

Trending Articles