Man I love this <cfwindow> tag. My only problem is, on a long page with a 
vertical scrollbar, if you click the link that pops the cfwindow open, the page 
jumps to the top. 

The window opens like it should, but you're back at the top of the page. Any 
ideas on what I'm doin wrong? 

Here's my code. It's inside a cfoutput query:

<td align="center">
<a href="##" 
onclick="javascript:ColdFusion.Window.show('window#Section#')">Show students 
that didn't complete an evaluation</a>
        <cfwindow name="window#Section#" width="150" draggable="true">
        <h4>#Section#</h4>
        <cfloop list="#incStudentList#" index="thisItem">
        #thisItem#<br />
        </cfloop>
        </cfwindow>     
</td>

Thanks,
Will





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288225
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to