Re: How to prevent Framemaker changing the Link

2008-09-24 Thread Stuart Rogers
Michael Böhme wrote: > Hallo, > I have a Problem which has hopefully an easy solution. I try to make > Hyperlinks to open an other PDF on my harddisk. > > I write: > message openfile "W:\Schadstoffliteratur\Dioxine\Attempt to establish > benchmarks for Dioxins.pdf" > > Than Framemaker convert

RE: How to prevent Framemaker changing the Link

2008-09-24 Thread Baruch Brodersen
Michael, Instead of using message openfile, try message URL. message URL W:/Schadstoffliteratur/Dioxine/Attempt to establish benchmarks for Dioxins.pdf You may need to add %20 html syntax for spaces in file names, but I'm not sure. If so, your marker would look like this: message URL W:/Scha

RE: How to prevent Framemaker changing the Link

2008-09-24 Thread Phil Heron
Michael, If I remember correctly, typing a string such as \d in a Frame dialog box is a way of typing a special character, in this case the dagger character. I believe the way to put the directory separator in is to use the unix-style /, ie a forward slash like this: message openfile "W:/Schad