I'm using a script of the form:
touch_start(integer total_number)
{
llLoadURL(llDetectedKey(0), "message", URL);
}
Although this seems to work and brings up a dialog box inviting the detectedKey avatar if they would like to visit a web page, when the "Go to page" button is clicked nothing happens.
Any suggestions?