RE: detecting an image

2002-04-03 Thread Owen Munton
You could write a javascript function that changes the image source. You can call the function with the onError event handler of the tag. example: Owen Munton --- Scott Mulholland <[EMAIL PROTECTED]> wrote: > Not in my case though, the images are on a remote

RE: HTML / CF issue

2002-03-20 Thread Owen Munton
Your problem is the width=100% in your td tag. Your table should look more like this: http://149.84.162.227/xfuze/display/color_33.gif"; width=1> NAV http://149.84.162.227/xfuze/display/color_33.gif"; width=1>

Re: HTML / CF issue

2002-03-20 Thread Owen Munton
Make sure you are using cellpadding=0 cellspacing=0 in your table tag. Thanks, Owen --- Trevor Boult <[EMAIL PROTECTED]> wrote: > I tend to use a two colour gif as a background image > in the table to get > round this. > > Trevor > > - Original Message - > From: "Tangorre, Michael T."

Re: cfcontent, pdf, and internet explorer problems-SOLVED

2002-02-12 Thread Owen Munton
This was posted up on the UK CFDev email list > in response to another > CFCONTENT question. It might be useful to you > too... > http://www.figleaf.com/demo/mimetest/ > > - Original Message - > From: "Owen Munton" <[EMAIL PROTECTED]> > To: "CF-Tal

RE: cfcontent, pdf, and internet explorer problems

2002-02-12 Thread Owen Munton
option would be to launch the PDF in > a pop-up window. > > > -Original Message- > From: Owen Munton [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 12, 2002 9:31 AM > To: CF-Talk > Subject: cfcontent, pdf, and internet explorer > problems > > > I hav

cfcontent, pdf, and internet explorer problems

2002-02-12 Thread Owen Munton
I have a line of code using cfcontent to download a pdf file that works just fine in Netscape, but in IE, it does open acrobat reader, it attempts to display it in the browser. The output starts like this: %PDF-1.2 %âãÏÓ 1 0 obj<> etc etc etc.. Here is my line of code: any thoughts, anyone