Touch for dialog menu to open a web page.

 

string text = "Visit the official Alicia Stella Design Website!";
string url = "http://www.aliciastella.com"; //must include 'http://'

default
{
    touch_start(integer num_detected)
    {
        llLoadURL(llDetectedKey(0), text, url);
    }
}