> -----Original Message-----
> From: David A. Desrosiers [mailto:[EMAIL PROTECTED]]
> Sent: 08 May 2001 10:25
> To: Peter Cock
> Cc: Plucker List
> Subject: Re: Parsing of <A HREF="file://C:\TEMP\INDEX.HTML">Links</A>

>       This will work:
> 
>       <A HREF="C:\TEMP\INDEX.HTML">Links</A>
> 

In my experience, a better syntax would be...

<A HREF="file:///c|/temp/index.html">Links</A>

...i.e. with 3 forward slashes and a '|' replacing the ':' after a drive
letter.

Michael Erskine (MSEmtd)
mailto:[EMAIL PROTECTED]
<JAPH>

Reply via email to