I am using Cold Fusion 4.0 I need a way, using Javascript, to cause a textarea or text field to update the database whenever the keyup event occurs so that the data being entered into the field is being entered into the database simultaneously. Is it possible to have cold fusion tags within a javascript function like <onkeyup="<cfupdate datasource="DS" tablename="T">";>?