Question
getElementById or equivalent inside of a CFWINDOW?
I am looking for a way to access an element with JavaScript
inside of a CFWINDOW.
The JavaScript function ColdFusion.getElementValue() proved to be very useful in certain situations, but I need to be able to access HTML containers such as div’s or span’s. Specifically, I need to be able to set the .innerHTML property.
Is there a way to do this inside of a CFWINDOW?
Thank you
The JavaScript function ColdFusion.getElementValue() proved to be very useful in certain situations, but I need to be able to access HTML containers such as div’s or span’s. Specifically, I need to be able to set the .innerHTML property.
Is there a way to do this inside of a CFWINDOW?
Thank you
