Ben 'manage_campaigns' kimliği ile bir form var.
Ben bir işlevi çağırmak ve onclick, Gönder düğmesini için bu kullanarak bir javascript işlevi form verilerini göndermek çalışıyorum:
javascript:updateAffiliateCampaigns(this);
Bu şimdiye kadar var javascript fonksiyonu şudur:
function updateAffiliateCampaigns(oForm) {}
I really only have a checkbox list of campaign id's that are being used in the form. How would I pass which items are checked to the function, and then how would I handle the data in the javascript function?