<script> window.onLoad = init(); function init(){ fill_my_combo_box( myComboBoxID, listOrMapOfValuesToPopulate); } </script>