Hi
Please could you assist I have made a validaion. But when the correct field is not entered properly. Validation works but the javascript pop does show please see code below.
<CFIF email IS (find("@",address)) neq 1>
<CFLOCATION URL="error.cfm?PassedError=Please%20Supply us email address.">
<CFABORT>
<script type="text/javascript">
alert('Please Check Your Email');
</script>
Please help
Thanks