How to know the mode the browser running with ?


How to know the mode the browser running with ? i.e. Standards Mode, Quirks Mode ...   In Firefox and Opera you can determine if your browser is in "quirks mode" by checking page info. Using document.compatMode, will tell you the mode you are in with most browsers. In Chrome, Safari, and IE, run this javascript in the address … Continue reading How to know the mode the browser running with ?

Open new Gmail compose email window


To open new gmail compose email window use this url formation: https://mail.google.com/mail/?view=cm&fs=1&tf=1&su=Newest%20Questions%20-%20Stack%20Overflow&body=http%3A//stackoverflow.com/questions with parameters: - su: subject of the email - body: body of the email - view=cm: compose window   also you can use these parameters: - "&to=" - "&cc=" - "&su=" - "&body="