I have coded javascript alerts for validations. When the alert window displays the system bell rings on IE but the bell does not sound on firefox and netscape. I tried putting "\a" within the message string in the alert code but it just displays the "a". If I use "\\a" it displays "\a" within the message string.