links in htmlText

Ken Ray kray at sonsothunder.com
Wed May 3 12:27:04 EDT 2006


On 5/3/06 9:00 AM, "Viktoras Didziulis" <viktoras at ekoinf.net> wrote:

>  
> Hello! 
>  
> Is it possible to make html links functional within a text field ? I am
> loading a very simple html document produced by a cgi sript online as an
> htmlText property in my stack. It contains links to other very simple html
> pages. The pages are generated on a remote server, so the only thing I can
> do is to modify cgi so it produces pages compatible with Revolution. How the
> html link should be formed then? Or is there some other recipe?..

All you need to do is make sure the HTML <a href...> tags are formatted
properly, and then in the field in Rev, have a script that says:

on linkClicked pLink
  revGoURL pLink
end linkClicked

HTH,

Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: kray at sonsothunder.com




More information about the use-livecode mailing list