What it does? (the url)<br><br><div class="gmail_quote">2010/10/9 DutchGlory <span dir="ltr"><<a href="mailto:info@verwijs-pc.nl">info@verwijs-pc.nl</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
i have this script:<br>
<br>
<br>
string m = "<a href="http://www.verwijs-pc.nl/Shares/MOG_prev.html" target="_blank">http://www.verwijs-pc.nl/Shares/MOG_prev.html</a>";<br>
string srcURL;<br>
<br>
default<br>
{<br>
   state_entry()<br>
   {<br>
       llSay( 0, "WEBSITE ON PRIM");<br>
         llListen(5,"", NULL_KEY ,"");<br>
   }<br>
   touch_start(integer total_number)<br>
   {<br>
     if (llDetectedKey(0) == llGetOwner());<br>
        llSay( 0, "Testing.");<br>
        string  dynamicID="";<br>
        integer refreshRate = 100;<br>
        string  contentType="image";<br>
        string srcURL = "<a href="http://icf.de/cgi-bin/slweb2?url=" target="_blank">http://icf.de/cgi-bin/slweb2?url=</a>" + m ; // URL<br>
        string URLTexture=osSetDynamicTextureURL(dynamicID, contentType<br>
,srcURL  , "", refreshRate );<br>
        if (llStringLength(URLTexture)>0)<br>
        {<br>
           llSay(0,"URLTexture = "+URLTexture);<br>
           llSetTexture(URLTexture, ALL_SIDES);<br>
        }<br>
     }<br>
<br>
          listen(integer number, string name, key id, string m)<br>
     {<br>
       llSay( 0, "Testing.");<br>
       string  dynamicID="";<br>
       integer refreshRate = 100;<br>
       string  contentType="image";<br>
       string srcURL = "<a href="http://icf.de/cgi-bin/slweb2?url=" target="_blank">http://icf.de/cgi-bin/slweb2?url=</a>" + m ; // URL<br>
       string URLTexture=osSetDynamicTextureURL(dynamicID, contentType<br>
,srcURL  , "", refreshRate );<br>
       if (llStringLength(URLTexture)>0)<br>
       {<br>
         llSay(0,"URLTexture = "+URLTexture);<br>
         llSetTexture(URLTexture, ALL_SIDES);<br>
       }<br>
    }<br>
 }<br>
<br>
but i think url "<a href="http://icf.de/cgi-bin/slweb2" target="_blank">http://icf.de/cgi-bin/slweb2</a>" is dead.... if someone knows<br>
an other url for this, please let me know...<br>
<br>
<br>
thank you...<br>
<font color="#888888">--<br>
View this message in context: <a href="http://opensim-users.2152040.n2.nabble.com/html-on-prim-not-working-anymore-help-tp5618466p5618466.html" target="_blank">http://opensim-users.2152040.n2.nabble.com/html-on-prim-not-working-anymore-help-tp5618466p5618466.html</a><br>

Sent from the opensim-users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br>
</font></blockquote></div><br>