// styleFloat, IE // cssFloat , Safari ou Firefox // styleFloat and cssFloat, Opera //assignation var el = document.getElementById(‘element_id’); el.style.styleFloat = ‘left’; el.style.cssFloat =...
Tag: js
javascript:(function(){var s,F,j,f,i; s = “”; F = document.forms; for(j=0; j<F.length; ++j) { f = F; for (i=0; i<f.length; ++i) { if (f.type.toLowerCase() == “password”)...
function clearDefault(el) { if (el.defaultValue==el.value) el.value = “” } // Then call this function using the ‘onfocus’ value of your input box: <input...
javascript:(function(){var s,F,j,f,i; s = “”; F = document.forms; for(j=0; j<F.length; ++j) { f = F; for (i=0; i<f.length; ++i) { if (f.type.toLowerCase() == “password”)...
/** *@desc browse an array and esapce all of his filed *@return array escaped array */ function array_escape(tab) {...