function D_PCLAVE_LOV() { var filter = "%"; var the_pathname = location.pathname; var i = the_pathname.indexOf ('/:'); var j = the_pathname.indexOf ('/', ++i); if (i != -1) { // Syntactically incorrect url so it needs to be corrected the_pathname = the_pathname.substring (j, the_pathname.length); }; // (i != -1) frmLOV = open("bib_lov_pclave.jsp" + "?Z_FILTER=" + escape(filter) + "&Z_MODE=Q" + "&Z_CALLER_URL=" + escape(location.protocol + '//' + location.host + the_pathname + location.search) + "&Z_ISSUE_WAIT=Y", "winLOV", "scrollbars=yes,resizable=yes,width=400,height=400"); if (frmLOV.opener == null) { frmLOV.opener = self; } } function D_PCLAVE_LOV_2() { var filter = "%"; var the_pathname = location.pathname; var i = the_pathname.indexOf ('/:'); var j = the_pathname.indexOf ('/', ++i); if (i != -1) { // Syntactically incorrect url so it needs to be corrected the_pathname = the_pathname.substring (j, the_pathname.length); }; // (i != -1) frmLOV = open("bib_lov_pclave_2.jsp" + "?Z_FILTER=" + escape(filter) + "&Z_MODE=Q" + "&Z_CALLER_URL=" + escape(location.protocol + '//' + location.host + the_pathname + location.search) + "&Z_ISSUE_WAIT=Y", "winLOV", "scrollbars=yes,resizable=yes,width=400,height=400"); if (frmLOV.opener == null) { frmLOV.opener = self; } } function D_PCLAVE_LOV_3() { var filter = "%"; var the_pathname = location.pathname; var i = the_pathname.indexOf ('/:'); var j = the_pathname.indexOf ('/', ++i); if (i != -1) { // Syntactically incorrect url so it needs to be corrected the_pathname = the_pathname.substring (j, the_pathname.length); }; // (i != -1) frmLOV = open("bib_lov_pclave_3.jsp" + "?Z_FILTER=" + escape(filter) + "&Z_MODE=Q" + "&Z_CALLER_URL=" + escape(location.protocol + '//' + location.host + the_pathname + location.search) + "&Z_ISSUE_WAIT=Y", "winLOV", "scrollbars=yes,resizable=yes,width=400,height=400"); if (frmLOV.opener == null) { frmLOV.opener = self; } } function D_PCLAVE_OnFocus(ctl) { ctl.blur() } function D_PCLAVE_OnFocus(ctl) { EntraDato (pclave, ctl) } function EntraDato (pclave, dato) { if (pclave.value != "") dato.blur() }