[Seaside] help file

Mart-Mari Breedt breedt_m at aircom.co.za
Wed Aug 3 15:55:45 CEST 2005


Hallo,

 

I have a help file (*.chm) file that I want to link to my web
application. 

 

Normally html like this would do the trick:

<p class=3DMsoNormal><a href=3D"file:///C:\filepath\filename.chm">help

<span class=3DSpellE>Interface.chm</span></a></p>

 

Is there a way to produce the same behavior in seaside?

 

 I have tried:

            html anchorWithUrl: 'file:///C:\filepath\filename.chm' do:
[html text: 'help']

and

            html anchorWithUrl: 'filename.chm' do: [html text: 'help']

but with no luck.

 

Thank you,

Mart-Mari

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20050803/93db8a67/attachment.htm


More information about the Seaside mailing list