HI
var jobcode = document.getElementById('listbox8').value;
var yearmonth = y+'/'+m+'/01';
var hiredate = IbComposer_getCurrentSelection('calendar1');
var termdate = IbComposer_getCurrentSelection('calendar2');
if (termdate == 'FOC_NOSELECTION' ){termdate = '9999-12-31';}
var getRandomNum = Math.random();
var url = "http://" + window.location.hostname + "/ibi_apps/WFServlet" + "?";
url = url + "IBIF_ex=pbj/addhours_v2.fex" + "&" + "VendorID=" + vender + "&" + "EmployeeID=" + emp + "&" + "FacilityCode=" + facility;
url = url + "&" + "yearmonth=" + yearmonth + "&" + "updString=" + updString + "&" + "HireDate=" + hiredate + "&" + "TermDate=" + termdate;
url = url + "&" + "tamp=" + getRandomNum + "&" + "JobCode=" + jobcode + "&" + "EmployeeCompType=" + empcompstatus;
alert(url);
xmlHttp.open("GET", url, true);
xmlHttp.send(null);
}
Hope this helps
WebFOCUS 8
Windows, All Outputs