[SOLVED] How to activate a hyperlink

Hi,

i want to activate a hyperlink like mailto or http: based on a text field content.
I used the sc_link statement but this runs on the server and i want to enable a mail client or browser on my local side.

How can i do this in forms or grids ?

br

Siegmar

[QUOTE=siegmarzaske;27699]Hi,

i want to activate a hyperlink like mailto or http: based on a text field content.
I used the sc_link statement but this runs on the server and i want to enable a mail client or browser on my local side.

How can i do this in forms or grids ?

br

Siegmar[/QUOTE]

If you create a field of type label then you can put html into it. I.e. your <a etc.>

It works :slight_smile:
Many thanks !

Siegmar

Closed as solved