Ditto. You use navigate to MOVE stuff. YOu are just trying to run a JS function.
On Dec 27, 2007 10:48 AM, Azadi Saryev <[EMAIL PROTECTED]> wrote: > can't you just call a js function without coldfusion.navigate? > > --- > Azadi Saryev > Sabai-dee.com > http://www.sabai-dee.com > > > > > Don L wrote: > >> I think I'm a bit confused. What _exactly_ are you trying to do? You > >> say you want to pass a url param to the parent. Are you saying you > >> want a child window to "send" the parent somewhere else? Or you just > >> want to pass a value in JS to the parent? I'm confused. > >> > >> On Dec 27, 2007 9:37 AM, D > >> > > > > Hi Ray, passing value from child to parent window is actually working, now > > this problem I'm talking about is the difficulty of passing a URL param and > > its value to the same (main) window and to make form layout change (not > > using RichText even its basic version because that's too fancy for this > > particular form). Let me use a case here, > > feel and look > > ------------- > > <cfwindow... > > bla bla. > > > > function A, button > > onclick="javascript:ColdFusion.navigate('MainPage.cfm?funcA=1',increaseRows)" > > > > function B, button > > onclick="javascript:ColdFusion.navigate('MainPage.cfm?funcB=2',decreaseRows)" > > > > </cfwindow> > > > > desired functions > > ----------------- > > upon click of function A button, the javascript, increaseRows would be > > triggered/fired, which resets/expand the named textarea field length to > > such and such, everything else intact within this MainPage.cfm (same > > window). > > > > notes > > ----- > > this MainPage.cfm is the main cfwindow on a page. > > > > Sorry for the confusion, am I nuts? > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:295424 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

