On 5/3/06 9:00 AM, "Viktoras Didziulis" <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
