XPages - Hyperlink/URL with spaces

Hello,

I am looking to make a UNC path with spaces to a file clickable on an XPage. I have tried :

file://\Global\Public Data\Business Systems\Temp\file1.xls

The above file works within the browser, but I cannot get it all to be clickable. It stops at the first space. What do I need to do to make the whole link clickable?

I have tried substituting the space with :

%20

Help would be appreciated.

Thanks

Jamie

Subject: Re: XPages - Hyperlink/URL with spaces

Try file:///I’ve got links working from an XPage using that pointing to shared folders or drives accessible from my PC, I didn’t need to replace the spaces.

e.g.

file:///N:/Intec Systems Ltd/Company Forms/Training Objectives Form.doc

Subject: Thanks!

Thats it, worked for me.

thanks again for your help.

j