From 8294c7d200119afdfb56dbfe69765ea449bb8a06 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Fri, 29 Aug 2003 09:18:45 +0000 Subject: [PATCH] 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+ --- philter/philter/include/philter.js | 40 ++++++++++-------------- philter/philter/include/plugin_autoreply.inc.php | 4 +-- philter/philter/include/plugin_forward.inc.php | 6 +++- 3 files changed, 23 insertions(+), 27 deletions(-) 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