Hi all,
I have two files ( index.cfm and grafik8.cfm). I try to link on chart URL and I define destination of target link on
<iframe name="show"></iframe>
but in cfchart not content tag target like at
<a href="grafik8.cfm?" target="show" ></a>
this my code (index.cfm) :
CODE
<cfchart format="flash"
chartheight="150"
chartwidth="200"
pieslicestyle="sliced"
show3d="yes"
url="grafik8.cfm?item=$ITEMLABEL$&series=$SERIESLABEL$&value=$VALUE$"
showlegend="no"
rotated="yes">
<cfchartseries type="pie"
query="produk"
serieslabel="#id_propinsi#"
itemcolumn="nama_produk"
valuecolumn="nilai">
</cfchartseries>
</cfchart>
how to make <cfchart..> have tag target like <a href..> ?
maybe like (url="grafik8.cfm?item=$ITEMLABEL$&series=$SERIESLABEL$&value=$VALUE$" target="show").
best Regard.
ImamkomC
ifframe.zip ( 2.61k )
Number of downloads: 16