Difference between revisions of "LlLoadURL"

From Second Life Wiki
Jump to navigation Jump to search
Line 5: Line 5:
|p2_type=string|p2_name=message
|p2_type=string|p2_name=message
|p3_type=string|p3_name=url
|p3_type=string|p3_name=url
|func_footnote=The '''url''' is truncated to 255 characters and '''message''' is truncated to 254 characters. Initially, this function was disabled in group deeded items. As of version ~1.9, the function was enabled on group deeded items. In the server upgrade released on 2007-03-14, it appears that the function is again disabled in group deeded items (please change it back!).
|func_footnote=The '''url''' is truncated to 255 characters and '''message''' is truncated to 254 characters. Initially, this function was disabled in group deeded items. As of version ~1.9, the function was enabled on group deeded items. In the server upgrade released on 2007-03-14, it appears that the function is again disabled for group deeded items (please change it back!).
|func_desc=Shows dialog to avatar '''avatar_id''' offering to load web page at '''url''' with '''message'''.<br/>If user clicks yes, launches their web browser.
|func_desc=Shows dialog to avatar '''avatar_id''' offering to load web page at '''url''' with '''message'''.<br/>If user clicks yes, launches their web browser.
|return_text
|return_text

Revision as of 13:36, 14 March 2007

Summary

Function: llLoadURL( key avatar_id, string message, string url );

Shows dialog to avatar avatar_id offering to load web page at url with message.
If user clicks yes, launches their web browser.

• key avatar_id
• string message
• string url

The url is truncated to 255 characters and message is truncated to 254 characters. Initially, this function was disabled in group deeded items. As of version ~1.9, the function was enabled on group deeded items. In the server upgrade released on 2007-03-14, it appears that the function is again disabled for group deeded items (please change it back!).

Caveats

  • This function causes the script to sleep for 10.0 seconds.
All Issues ~ Search JIRA for related Bugs

Examples

Deep Notes

Search JIRA for related Issues

Signature

function void llLoadURL( key avatar_id, string message, string url );