var obj = this;
var nl = document.getElementsByAttribute('mytype','search_class');
for (var i = 0; i < nl.length; i++) { nl[i].value = ''; nl[i].setAttribute('value',''); }
- //obj.focus(obj.controller.view.service_menu.value);
+ obj.focus();
},
'search_params' : {},
}
function default_focus() {
- setTimeout( function() { try { document.getElementById("username").focus(); g.z3950.focus(g.service); } catch(E) { } }, 0 );
+ setTimeout( function() { try { g.z3950.focus(); } catch(E) { alert(E); } }, 0 );
}
]]>