Yep, just capture the mouse clicks page X, Y:

<cfajaximport tags="cfwindow">

<script>
function makeWin(x,y) {
        ColdFusion.Window.create('mywin','Windows Rules','win.cfm',{x:x,y:y});
}
</script>

<h2>Content to push stuff down</h2>

<h2>More content to push stuff down the page vertically...</h2>

<p>
This is the test <a href=""
onclick="makeWin(event.pageX,event.pageY);return false;">link</a>.


On Fri, Jan 16, 2009 at 1:07 PM, Les Mizzell <[email protected]> wrote:
> One more CFWINDOW question...
>
> If it possible to specify the coordinates where the window appears in
> relation to the link that opened the window, and not the browser upper
> left window?
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:318112
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