Jump to content
03/01/2006
Thanx a lot!
I’ve added:document.getElementById(obj.id+'_edit').focus();at the end of the edit-function to focus on that field, maybe handy for other users..
document.getElementById(obj.id+'_edit').focus();
edit
Vote up?
03/01/2006
Thanx a lot!
I’ve added:
document.getElementById(obj.id+'_edit').focus();at the end of the
edit-function to focus on that field, maybe handy for other users..