where is your <script src="jquery.js"></script>? it needs to be in the page that creates the cfwindow... not in the page that resides in the cfwindow.
On Thu, Aug 7, 2008 at 11:35 AM, Justin T <[EMAIL PROTECTED]>wrote: > Another example: > > I have a global jquery "field highlighter" that runs for all my forms of a > specific class. It also relies on the document ready. It's working for the > main form, but not the form that is included by the cfwindow tag. > > ====================== > <head> > <script =higherlighter> > </head> > > <form>//works ok here! > <input> > </form> > > <cfwindow source="anotherForm" /> //this popup doesn't get any jquery love. > ========================= > > So, in that instance the form on the page is working properly, but the > "anotherForm" won't run any jQuery script that relies on the document ready. > Of course, "anotherForm" would work if it were called directly. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310424 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

