Displaying 1 result from an estimated 1 matches for "newfab".
Did you mean:
newfac
2006 Feb 15
0
Insertion.Top does not work in IE 6
...called from the
<body> 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.r...