I installed on my site a new version of my application , configure the connection without problems, but when launching the application , the following is desliega and does not respond any button startup form (form is displayed correctly ) .
function setLocale(oSel) { var sLocale = “”; if (-1 < oSel.selectedIndex) { sLocale = oSel.options[oSel.selectedIndex].value; } document.F1.nmgp_idioma_novo.value = sLocale; } function setSchema(oSel) { var sLocale = “”; if (-1 < oSel.selectedIndex) { sLocale = oSel.options[oSel.selectedIndex].value; } document.F1.nmgp_schema_f.value = sLocale; }