VisualBasicHelp
Programmer
I am using javascript in coldfusion. what I wanted to do is, when a drop down is selected it should ask a confirmation prompt(say onchange event) and if I press OK, it should insert a record by using insert query.
just I want the function which will do both for me. Actually connection and all is established with oracle, I need only the code for this.
The problem what I am facing is, I can write an insert query only in coldfusion and confirmation prompt only in java script. I am not able to do both.
just I want the function which will do both for me. Actually connection and all is established with oracle, I need only the code for this.
The problem what I am facing is, I can write an insert query only in coldfusion and confirmation prompt only in java script. I am not able to do both.