Displaying 1 result from an estimated 1 matches for "catitem".
Did you mean:
cartitem
2006 Feb 15
0
Insertion.Top does not work in IE 6
...ewcat'', ''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);
},
onFailure: function(t){alert(''Error ['' + t.status + ''] '' + t.responseText);}
}
var catAjax = new Ajax.Request(''incs/logic/listings.php'', opt);
break;
}
}
Thi...