Here's what I'm doing:
I need to assign the value of a text box to a coldfusion variable.
Since javascript is how textbox values are accessed, what are the ways javascript can be executed?
These are the ones I know:
1) in an onclick, onload, etc. event
2) in <script></script> within the...