Characters tips
********************************************
Free JavaScript provided by ©2003-VB'Breizh
**Updated (06/02/2004) Compatibility :
VIRTUAL KEYS & SPECIAL CHAR CODES : BACKSPACE (espace arrière) = \b (saut de page) = \f PARAGRAPH (alinea) = \n ENTER (entrée-retour chariot) = \r TAB (tabulation) = \t APOSTROPHE (apostrophe) = \' COMMA (guillemet) = \" ANTISLASH (antislash) = \\ PARTICULAR CHARACTERS : < chevron (ouvert) = < > chevron (fermé) = > & (et commercial) = & " (guillemet) = " © (copyright) = © ® (registered) = ® (espace insécable-non breaking space) =
...Download the JavaScript source code (0.94 kb)
//
//
VIRTUAL KEYS & SPECIAL CHAR CODES : BACKSPACE (espace arrière) = \b (saut de page) = \f PARAGRAPH (alinea) = \n ENTER (entrée-retour chariot) = \r TAB (tabulation) = \t APOSTROPHE (apostrophe) = \' COMMA (guillemet) = \" ANTISLASH (antislash) = \\ PARTICULAR CHARACTERS : < chevron (ouvert) = < > chevron (fermé) = > & (et commercial) = & " (guillemet) = " © (copyright) = © ® (registered) = ® (espace insécable-non breaking space) = //
Comment, question ?