Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
jci714 #1
Using Javascript with SQL Update
I have a javascript function that I use on forms with the onBlur event. I now
want to use it for a complete table. <cfoutput query='getNames'> <cfquery
name='updateName' datasource='phones' dbtype='ODBC'> Update Names set
Nam_Street = 'proper(#getNames.Nam_Street#)' WHERE names_id =
'#getNames.names_id#' </cfquery> </cfoutput> Of course this will not work. I
can not find an event to invoke the 'proper' function. and I wasn't successful
in converting the fuinction to a UDF,
jci714 Guest
-
Javascript function to update database
I have a coldfusion page that displays something to print. I want to track when the user prints the page by updating their record with a print... -
Javascript Rollovers Don't Update
When using Contribute 3 to update pages created in Dreamweaver 2, the Javascript rollovers on the navigational buttons aren't published. The images... -
How to add javascript onClick attribute to datagrid's edit template (update command)?
How to add javascript onClick attribute to datagrid's edit template (update command)? any suggestions? -
need javascript staff (anyone who knows javascript peroid) (READ)
hey its me ultimategamerx and im back in some clothes lol i need some people who know java script i need help please reply if ya know some -
Adding javascript function to update button in datagrid edit row
I'd like to run a javascript function when you click the update button on an edit row, but I've no idea how I'd set it. Can't find any examples,...



Reply With Quote

