Does *anyone* actually turn javascript off these days? They wouldn't be able to access most of the sites on the web. Our policy is that anyone who does that obviously know what they're doing and it's not our problem to cater to their deviant behaviour. Use the NOSCRIPT tag...
<NOSCRIPT> You have an intellectually disabled browser. Please activate javascript to access this page. </NOSCRIPT> Use a javascript function to submit your form. No javascript - no submit. End of problem. Regards: Ayudh +--------------------------------------------------------------+ | Turn on your Revenue Stream... | | Bolt on a Virtual Cash Register to your e-commerce site now. | | VeriPay from Xilo Online: http://www.xilo.com | +--------------------------------------------------------------+ ----- Original Message ----- From: "Mark Stanton" <[EMAIL PROTECTED]> To: "CFAussie Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, March 27, 2003 12:09 Subject: [cfaussie] RE: stopping the double click effect > Barry & Andrew: > > I am aware that you can do it with javascript but it doesn't really help in > a situation where the client has javascript turned off. I'm really looking > for something server side. > > Gary: > > Looks interesting - will give it some thought. By suggesting this are you > saying I can't use cflock in this situation. > > cflock type="exclusive" > query to check if record already exists > if not > do some things > do some more things > do lots more things > write record > /cflock > > Before I posted the last mail I had only gone over the help files in the mx > update for homesite (which are a step backwards in many cases). I've just > been checking livedocs and it says: > > "An exclusive lock single-threads access to the CFML constructs in its body. > Single-threaded access implies that the body of the tag can be executed by > at most one request at a time." > > I guess what I need to know is does this just mean access to variables (as > specified in the scope attribute) in the body of the tag or does it mean > anything (queries, etc..) in the tag body? > > > Cheers > > Mark > > > ______________ > Mark Stanton > Web Production > Gruden Pty Ltd > Tel: 9956 6388 > Mob: 0410 458 201 > Fax: 9956 8433 > www.gruden.com > > > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > > MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
