I am attempting to bind a url parameter for a cfwindow to a text input box.
The value for the input box is set programmatically.  The first time the
window is displayed it properly binds to the value that has been set in the
input box (the value is not set at load time, but when a certain selection
on the page occurs).  After the window is closed and the value of the input
box is changed (programmatically), and the window is displayed again, it
still has the original value for the url parameter and not the new value.  

 

As I understand it, the binding occurs at the onchange event of the text
box.  I am manually calling the onchange event when the value of the text
box is assigned, and the function in the onchange event executes so
everything seems ok there.  Besides, it binds properly the first time the
window is displayed so again it shows the onchange event is firing.  It just
does not seem to bind on any subsequent calls to show the window.

 

However, if I manually type a value into the text box, the binding occurs
every time the window is displayed.  Where am I going wrong here?

 

Thanks

Steve

 


---
---


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294345
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to