i use nsDialogs to put a link into a custom page it looks like this
${NSD_CreateLink} 10 120 100% 12 $(RetrieveLicence_Link)
Var /GLOBAL LINK
Pop $LINK
${NSD_OnClick} $LINK onClickMyLink What do i have to put in onClickMyLink so the link actually gets opened ? I tried the forum but have not found an example. Also can i "mask" the actual link by something like "Please click here" ??
Thanks.