GregLanders
Programmer
Hello, I am using an image tag to execute a CF script like this:
IE is nice and forgiving but NS4.x shows a broken image. My reason for trying this is, I want to be able to execute the ColdFusion from any file type, not just a .cfm file. Any suggestions on getting around the broken image NS4???
Thanks,
Greg
Code:
<img src="abc.cfm" width=0 height=0>
Thanks,
Greg