I am receiving a Netscape security error (version 4.7) when attempting to submit my form without a complete email address. Here is the link: http://www.contus.com/test/golf/page.php3?site=contusgolf&page=golf%20tours& ad=golf At this page choose the any hyper link named "Contact us for more Information" A quote form will come up. My calling script is set up to check the name and email field or name and phone fields to ensure they are not blank. Here is the code to check the form fields: if (isset($miniquote_submit)) { if ( ($sender_name != "") && ( ( ($Contact != "Contact by Phone") && ($email != "") ) || ( ($Contact == "Contact by Phone") && ($Phone != "") ) ) ) If I enter an incomplete or blank email address I receive the NS security issue. The code should be checking the Contact field -- and if it is set to phone should ignore the blank email field. Also since my error checking code is simplistic, it really should allow any value in the email field and it should process -- however if I simply enter "cc" I receive the same security error. I have been looking at this issue for a couple days now. It works OK for me on IE-- and also on a different server. The server that I am having the problems with has php 4.0B2 installed. I would appreciate any insight! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]