/** * @author CNK Web Solutions, LLC */ function em_submit(){ new Ajax.Updater('emList_Updater', '/js/p/emailList.php', { method: 'post', parameters: { em_a: $F('emAddress'), a: 'add' } }); }