Caleb2000 You can't fool the fool | Code :
- var flags = new Array(0,0,0,0,0,0,0,0,0,0,0,0,0); function get_nav() { if (navigator.appName == 'Microsoft Internet Explorer') return 'ie'; else return 0; } function InsertSmiley(code) { objTxt = document.formu.message; objTxt.focus(); objTxt.cursorPos = document.selection.createRange().duplicate(); if (objTxt.createTextRange && objTxt.cursorPos) { var cursorPos = objTxt.cursorPos; cursorPos.text = ' ' + code + ' ' + cursorPos.text; objTxt.focus(); }
|
Oh le joli code de merde |