[Seaside] help file

Torsten Bergmann astares at gmx.de
Wed Aug 3 17:01:54 CEST 2005


Hi Mart-Mari,

you just have to set the correct protocol and correct file path on the
client machine. This one works for me without any problem:

renderContentOn: aRenderer
	super renderContentOn: aRenderer.
	aRenderer anchorWithUrl: 'file://c:\Programme\cvsnt\cvs.chm' do: [aRenderer
text: 'Click to open the file from your local (client) harddisk' ]


Take care, some users may not have the file on their local client machine -
so the link is a dead link then.

It would be better to put the CHM file on the web server where the 
squeak image is running and serve it using WaKom's file module.
Then it is accesible to any client.

Bye
Torsten

-- 
5 GB Mailbox, 50 FreeSMS http://www.gmx.net/de/go/promail
+++ GMX - die erste Adresse für Mail, Message, More +++


More information about the Seaside mailing list