Wrox Programmer Forums
|
ASP Forms As of Oct 5, 2005, this forum is now locked. Please use "Classic ASP beginner" at http://p2p.wrox.com/forum.asp?FORUM_ID=54 or "Classic ASP Professional" http://p2p.wrox.com/forum.asp?FORUM_ID=56 instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP Forms section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 2nd, 2005, 08:55 PM
Authorized User
 
Join Date: Sep 2003
Posts: 81
Thanks: 0
Thanked 0 Times in 0 Posts
Default Enter don't work ?

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 ????





Similar Threads
Thread Thread Starter Forum Replies Last Post
Enter Key Event (Enter Key Only) Coby Excel VBA 0 February 6th, 2008 09:55 PM
Enter Like TAB leorochab C# 2005 2 May 19th, 2006 12:38 PM
Enter Parameter Value Sibrovvs Access 3 November 26th, 2004 12:57 PM
Enter Key rwalker VB How-To 5 April 7th, 2004 11:04 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.