Expand my Community achievements bar.

Linkin Text Or Buttons To HTML Pages

Avatar

Former Community Member
I would like to link text or a button so that it will launch my website or other html page. Does anyone know how to do this?
4 Replies

Avatar

Former Community Member
Have a look at the launchURL command in the help.

Avatar

Former Community Member
LiveCylce help didn't bring up anything for "launch url".

Avatar

Level 10
It's all one word: launchURL.



It's javascript:



>app.launchURL(TextField1.rawValue, true);



or



>app.launchURL("http://website.com", true);



I'm not sure about creating link text but you can attach it to a button. Actually I guess you could put an invisible button over top of the text you want to link.