|
Subject:
|
Enter don't work ?
|
|
Posted By:
|
topshed
|
Post Date:
|
7/2/2005 8:55:45 PM
|
Still having problemns with forms, after finding out how to set focus(), I find that on a second form with no focus the Enter-Key does NOT update the record but the Submit Button does.
<snip> <label for="cut">Cut by / Fate : </label> <input id="cut" name="cut" value=" <% =rs("cut") %>" /> <br /> <label for="notes">Notes : </label> <input id="notes" name="notes" value=" <% =rs("notes") %>" /> <br /> <input type="hidden" name="flag" value="2" /> <input type="hidden" name="Recordid" value="<%=rs("ID")%>" /> <input type="hidden" name="date_mod" value="<%= Date() %>" /> <br /> <label for="submit"> </label> <input type="submit" value=" Submit Update " /> </form> <br /> <end snip> but it always worked in the past, do I have to somehow kill the focus() to fix this perhaps
Topshed ????
|
|