And it gets called using the following, damn send is so tempting to hit....
<a href="#" onClick="javacript:ColdFusion.Window.show('job#jobID#')" > Click
here for more </a>

Rob

On Wed, Nov 5, 2008 at 9:51 PM, Rob Parkhill <[EMAIL PROTECTED]>wrote:

> Pete,
> The following works no problem for me
>
> <cfwindow name="job#jobID#" height="500" width="600" draggable="true"
> closable="true" title="Job Information" source="job_view.cfm?id=#jobid#"
> resizable="true" />
>
> I have it nested inside a loop that loops a query for job data.
>
> Rob
>
>
> On Wed, Nov 5, 2008 at 9:18 PM, Pete Ruckelshaus <[EMAIL PROTECTED]>wrote:
>
>> I'd like to use the cfwindow tag to pop up a modal window that
>> contains a form that allows me to edit a specific record.  This window
>> will be spawned via a normal hyperlink (i.e. a
>> href="javascript:ColdFusion.Window.show('mywin');">Show /a> )
>> However, I would like to pass a record id in to this window so that I
>> can load a specific record for editing.  I've tried a number of
>> JavaScript-y things (such as a
>>
>> href="javascript:ColdFusion.Window.show('mywin');mywin.src='test2.cfm?a=1';">Show
>> /a> ), to no avail.  Is there any way to do this with cfwindow without
>> having to bind to a form field (which I don't want to do)?
>>
>> Thanks,
>>
>> Pete
>>
>> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314894
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to