search for: catajax

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

Did you mean: atajar
2006 Feb 15
0
Insertion.Top does not work in IE 6
...', 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; } } This function fills in the drop-down properly in Safari and Firefox; but it does nothing in IE 6. Am I doing something wrong or missing something here? Thanks in advance... Cheers. Farhan