No, Won't work, because if you were to go into the temp files of the browser. You will know that there would be something like image.cfm?image= and it would not be hard to guess, besides if you also look at the html you'll see that the <img> tag shows the value that is needed to be passed.
Regards Andrew Scott Technical Consultant NuSphere Pty Ltd Level 2/33 Bank Street South Melbourne, Victoria, 3205 Phone: 03 9686 0485 - Fax: 03 9699 7976 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, 1 October 2004 10:52 AM To: CFAussie Mailing List Subject: [cfaussie] Re: Brain Drain Friday You could always define a request scoped variable in the template calling the image.cfm template, so that the image.cfm template checks for the existence of the variable before it pushes back the image. --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
