var objParent=window; var objParentForm = window.document.form1; //Clear Old List ############################## objParentForm.cboSCHCountrys.options.length=0; //Add New List ############################## var objOption = new Option("Loading...", ""); objParentForm.cboSCHCountrys.options[0] = objOption; // Receipt Country ##################### for(i=0;i