Apr 17
Prototype: eval request response
new Ajax.Request( '../include/update_update_dropdown.php', { method: 'post', encoding: 'ISO-8859-1', parameters: 'updateDropDown=1&sender='+sender.id, onComplete:function(transport) { eval(transport.responseText); }, asynchronous: true });
