31 Mar 2007 at 13:57 #1 ringo747 ringo747 Soldato Joined 1 Feb 2006 Posts 8,188 hi, trying to do some javascript validation here and I want to set the focus back to a certain field if it is empty. This is the code I am using but this doesn't seem to work! Any ideas? Code: document.getElementById("title").focus();
hi, trying to do some javascript validation here and I want to set the focus back to a certain field if it is empty. This is the code I am using but this doesn't seem to work! Any ideas? Code: document.getElementById("title").focus();