meos
10-22-2003, 06:07 PM
// i would like to execute function pressing TAB on my form
// it works well in IE, but not in NS6+
// could you add some lines for resolving my problem
// thanks
function ShowTabWnd(srcUrl,obj,w,h) {
if (window.event.keyCode == '9') {
window.open(srcUrl+obj,'_blank','resizable=no,scrollbars=yes,height='+h+',width='+w);
}
}
// it works well in IE, but not in NS6+
// could you add some lines for resolving my problem
// thanks
function ShowTabWnd(srcUrl,obj,w,h) {
if (window.event.keyCode == '9') {
window.open(srcUrl+obj,'_blank','resizable=no,scrollbars=yes,height='+h+',width='+w);
}
}