I am trying to write to a sql table using Cold Fusion (which accepts sql statements). I have data passed from a form input field as varchar data. I use the following syntax to convert my variable: form.Amount into money format.
SELECT CONVERT(money, #form.Amount#) AS finalAmount
When I view...
In Netscape (4.7) I focus a form, however, the "enter" key does not envoke the submit button automatically, I either have to call an onChange event from the previous field which diverts focus to the submit button, or click the button manually. Is there any way to specify the...
Is it possible to reject Internet Explorer's auto complete for passwords so when someone types a username, the password does not automatically appear even when the AutoComplete option is active on the client browser?
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.