oi Kris!!

what bout using the onKeyUp event?


-- 
Critz
 Macromedia Certified Advanced ColdFusion Developer
 <CFX_BotMaster Network="Efnet" Channel="ColdFusion">




------------------------------------
Thursday, August 1, 2002, 10:28:21 AM, you wrote:

KP> function entsub() {
KP>   if (window.event && window.event.keyCode == 13)
KP>     returninfo();
KP>   else
KP>     return true;
KP>         }

KP> I am using this on a form to allow pressing the enter key to call my
KP> function returninfo()

KP> However, if the user hits enter and nothing is selected in my select
KP> box, I get an error... Any ideas on how I can correct this???

KP> -----Original Message-----
KP> From: Alex Hubner [mailto:[EMAIL PROTECTED]] 
KP> Sent: Thursday, August 01, 2002 9:25 AM
KP> To: CF-Talk
KP> Subject: Hack Proofing ColdFusion


KP> Hi folks,

KP> Does anybody knows where I can find the e-book version of "Hack Proofing
KP> ColdFusion" (Greg Meyer, Steven Casco, Sarge, Rob Rusher)? I know that I
KP> can find it at Amazon.com but I really avoid shopping there (personal
KP> problems in the past)... I'm looking for other places but I only found
KP> paper edition, not the eletronic one.

KP> Thanks!!
KP> Alex


KP> 
______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to