Here is how we do the first suggestion by Justin.

// Display URL Dialog 
default { state_entry() { llSetTouchText("Website");}touch_start(integer
num_detected) { key gAvatarKey = llDetectedKey(0); llLoadURL(gAvatarKey,
"open webpage to take survey", "http://www.3dcolab.com/survey.htm";); } }

Obviously change the url to your page.

--
View this message in context: 
http://opensim-users.2152040.n2.nabble.com/OpenSim-Application-Plugin-tp6685594p6695432.html
Sent from the opensim-users mailing list archive at Nabble.com.
_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users

Reply via email to