|
|
Home / Groups / ColdFusion Talk (CF-Talk)
Display image inside a cfwindow> post your code. > > Azadi Saryev > Sabai-dee.com > http://www.sabai-dee.com/ The following simple code would work, however, code for my app won't, sorry it's a bit too complex and long to post. Could you think of a way what might have prevented an image tag to fail? Thanks. -- top level cf template <cfajaximport tags="cfwindow,cflayout-tab"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Show image</title> </head> <body> <cfwindow name="showImage" title="image" source="showImage.cfm" closable="false" initShow="true" width="900" height="566" x=40 y=20 headerStyle="background-color:##BDD3FF;color:##FFFFFF"/> </body> </html> -- secondary cf template <html> <head> <title>Untitled</title> </head> <body> test to show image <cflayout type="tab"> <cflayoutarea name="showmeImage" title="show me image"> <img src="/images/pyramid.bmp"> </cflayoutarea> </cflayout> </body> </html> |
Mailing Lists
|
Latest Fusion Authority Articles
|