All:
I have a html table that lists people's names and the<a href> around the
name will open up a pop-up showing their bio. I use <cfajaximport
tags="cfwindow"> to make this happen. It works perfectly in CF 8 but
won't work in CF 9. Did I miss anything? The following code is just a
sample from the data pool.
Has anyone experienced this?
Nathan Chen
----------------------------------
<cfajaximport tags="cfwindow">
<cfform name="a">
<table>
<tr>
<td valign="top" align="left" colspan="2">
<a href="" onClick="ColdFusion.Window.create('myName',
'Nathan Chen',
'bios/myName.html',
{x:100,y:100,height:500,width:600,modal:true,closable:true,
draggable:true,resizable:true,center:true,initshow:true,
minheight:200,minwidth:200 });return
false;">Nathan Chen
</a>
[some text here]<br>
333-333-3333<br>
<a
href="mailto:[email protected]">[email protected]</a></p>
</td>
</tr>
</table>
</cfform>
------------------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive:
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348072
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm