> 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>


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