At 11:54 AM 9/3/99 -0800, Jason Spisak wrote: > ><!--#if "_.string.find(email_address,@)==-1"--> >It's not valid! ><!--#else--> >It is! ><!--#/if--> > Try: <!--#if "_.string.find(email_address,'@')==-1"--> You've gotta have quotes around a string literal.