Tim Stevens wrote:
Paul,
I installed the new addbiblio.tmpl and still had the problem. I did some working on the PopZ3950 function and found the real problem to be a space in the title parameter for the window.open function.
Previously: newin=window.open('...', 'Z3950 Search', '....');
Now: reviously: newin=window.open('...', 'Z3950Search', '....');
And the search window pops up as it should. I don't know if this is a bug in addbiblio.tmpl or Internet Explorer, but either way the above change corrects the problem.
OK, IE is right : "window.open(url,name,features,replace) name : an optional string of alphanumeric and underscore characters that specifies..." Once again, Mozilla don't bother with spaces, IE yes. I'll fix it immediatly in cvs. -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)