Oh, I also found this on the w3c site which seems like it might explain the onblur not "seeing" the changes onfocus made to the variable:
Here is an excerpt from this page: http://www.w3.org/TR/DOM-Level-3-Events/events.html#Events-flow talking about the flow of events in the DOM. "The target's ancestors are determined before the initial dispatch of the event. If the target node is removed during the dispatching, or a target's ancestor is added or removed, the event propagation will always be based on the target node and the target's ancestors determined *before* the dispatch." If the structure of the DOM is preserved from BEFORE the event occurred, what is the chance that variables, and field values are ALSO preserved from BEFORE when the event occurred. Just a thought. ~Brad -----Original Message----- From: Brad Wood Sent: Wednesday, December 27, 2006 12:17 PM To: CF-Talk Subject: RE: HTML focus Hmmm, what browser are you using? I am in IE 6. I haven't tried it in FF yet. Go to http://www.bradwood.com/focus_test.html and follow the instructions to reproduce. It all works for me. I'm curious if it will work differently for you. ~Brad ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265114 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

