From: Pierre Habouzit Date: Fri, 29 Aug 2003 09:18:45 +0000 (+0000) Subject: philter is fully compatible with : IE 6.0+, Opera 7.0+, Konqueror 3.1.99+, X-Git-Tag: procmail~64 X-Git-Url: http://git.polytechnique.org/?p=old-projects.git;a=commitdiff_plain;h=8294c7d200119afdfb56dbfe69765ea449bb8a06 philter is fully compatible with : IE 6.0+, Opera 7.0+, Konqueror 3.1.99+, Mozilla 1.4+ need some tests under IE 5.0+ --- diff --git a/philter/philter/include/philter.js b/philter/philter/include/philter.js index f7a9c6a..41a9122 100644 --- a/philter/philter/include/philter.js +++ b/philter/philter/include/philter.js @@ -6,14 +6,6 @@ * Copyright: See COPYING files that comes with this distribution ********************************************************************************/ -function ta_onfocus(obj) { - obj.setAttribute('rows', '10'); -} - -function ta_onblur(obj) { - obj.setAttribute('rows', '2'); -} - function text_onfocus(object,val) { if(object.value == val) object.value = ''; @@ -107,16 +99,17 @@ var matches_i = 0; function createActionSelect(data,base) { var i,j; var select = document.createElement("select"); + var sel = 0; select.name = base+'[0]'; - for(i=0, j=0; i