kumari1112
03-08-2010
How can you put hyperlink in text using Textbox field? Is there an example that shows how to do?
Any help is greatly appreciated.
Found the code. This will work if you have Button inside the Text field or on the Button object.
----- form1.#subform[0].Button1::click: - (JavaScript, client) -------------------------------------
app.launchURL("http://google.com"
, true);