Launch Attachment Through Browser

I am trying to launch a tiff image embedded in a rich text field from a browser. I used Jake Howletts example to do this from the codestore and it works okay except it comes up within the same browser and can only display the first page. A problem when viewing multi-page tiff’s. Is there a way to launch this attachment using the pc’s default tif image viewer program such as kodakimg.exe?

Thanks,

Tad

Subject: Launch Attachment Through Browser

I think the way to do it is to use the Windows Shell object from VBScript. Can’t remember the exact routine, but you can launch a document using the machines local associations.

Google around and you will find it

Subject: RE: Launch Attachment Through Browser

Okay, I’ll see if I can find something.

Thanks…