How to disable auto onload window input focus?
window.dhx_globalImgPath=“js/dhtml/imgs/”;
var z=dhtmlXComboFromSelect(“saraksts-autori”);
z.enableFilteringMode(true);
Tnx
How to disable auto onload window input focus?
window.dhx_globalImgPath=“js/dhtml/imgs/”;
var z=dhtmlXComboFromSelect(“saraksts-autori”);
z.enableFilteringMode(true);
Tnx
You need to use html input to redirect focus to it.
script:
document.getElementById(“hid”).focus();
body:
Ou, tnx It helped me!
solution:
You are welcome!