search for: btnaddfab

Displaying 1 result from an estimated 1 matches for "btnaddfab".

2006 Feb 15
0
Insertion.Top does not work in IE 6
...; onload event and fills the drop-down (<select> tag) with the data from the database. The function is as follows: function initForm(frm) { switch (frm) { case "style": Element.hide(''newcat'', ''newcol'', ''newfab'', ''btnAddFab'', ''notify''); // fill the category drop-down var opt = { method: ''get'', parameters: ''list=cat'', onSuccess: function(t){ var catItems = new Insertion.Top(''category'',t.responseText); }, onFail...