<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
On 11/25/2010 09:09 AM, Kay McLennan wrote:
<blockquote
 cite="mid:AANLkTikdXMoWBdepE5Vvt2X_Kk8P93Y7x_eWAsSdzosC@mail.gmail.com"
 type="cite">
  <div>I am in the process of moving my educational builds, materials,
etc. from SL to a hosted OpenSim VW.  In turn, I encountered a problem
with a "go to website" script -- see the script below.  That is, the
note card giver script I moved from SL to OpenSim works fine but the
"go to website" script does not.  Any suggestions for what I need to do
to fix the "go to website" script and/or an alternative "go to website"
script?</div>
  <div> </div>
  <div>Note:  Even though it is likely quite obvious, the extent of my
programming experience is limited to using and modifying LSL script
recipes.</div>
  <blockquote style="margin-right: 0px;" dir="ltr">
    <div>string message="Touch to open the School of Continuing Studies
web site...";  //Put your message for the Load URL window here</div>
    <div>string URL="<a moz-do-not-send="true"
 href="http://www.scs.tulane.edu/">http://www.scs.tulane.edu/</a>";     
//Put the URL you want to open here</div>
    <div>default
    <div>{</div>
    <div>    state_entry()</div>
    <div>    {</div>
    <div>        llSetText(llGetObjectName(), <1.0, 1.0, 1.0>,
1.0);</div>
    <div>    }</div>
    </div>
    <div>    touch_start(integer total_number)
    <div>    {</div>
    <div>        llLoadURL(llDetectedKey(0),message, URL");</div>
    <div>    }</div>
    <div>} </div>
    </div>
  </blockquote>
  <div dir="ltr"><font style="background-color: rgb(255, 255, 153);">With
the following error received:  (15, -1)  Unexpected EOF</font></div>
  <div> </div>
  <div>Thank you in advance for your help!</div>
  <div> </div>
  <div>Best,</div>
  <div>Kay</div>
  <div> </div>
  <div><font face="Arial" size="2"><em>Kay L. McLennan, Ph.D.<br>
Professor of Practice<br>
 & Acting Director, Online Learning<br>
School of Continuing Studies<br>
Tulane University<br>
  </em></font><a moz-do-not-send="true"
 href="mailto:kmclenna@tulane.edu" target="_blank"><font color="#0000ff"
 face="Arial" size="2"><em>kmclenna@tulane.edu</em></font></a><br>
  <font face="Arial" size="2"><em>Teaching web site - </em></font><a
 moz-do-not-send="true"
 href="https://ent.tulane.edu/exchweb/bin/redir.asp?URL=https://ent.tulane.edu/exchweb/bin/redir.asp?URL=http://www.tulane.edu/%7Ekmclenna"
 target="_blank"><font color="#0000ff" face="Arial" size="2"><em>http://www.tulane.edu/~kmclenna</em></font></a>
  </div>
  <div>
  <div>
  <div><font face="Arial" size="2"><em>SCS in Second Life - </em></font><a
 moz-do-not-send="true"
 href="https://ent.tulane.edu/exchweb/bin/redir.asp?URL=https://ent.tulane.edu/exchweb/bin/redir.asp?URL=http://sites.google.com/site/scs3dlearn"
 target="_blank"><font color="#0000ff" face="Arial" size="2"><em>http://sites.google.com/site/scs3dlearn</em></font></a><br>
  <em><font face="Arial" size="2">Facebook Pages - Online Learning @
Tulane's School of Continuing Studies & Tulane Virtual Worlds Forum</font></em></div>
  </div>
  </div>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Opensim-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a>
<a class="moz-txt-link-freetext" href="https://lists.berlios.de/mailman/listinfo/opensim-users">https://lists.berlios.de/mailman/listinfo/opensim-users</a>
  </pre>
</blockquote>
remove the " from  llLoadURL(llDetectedKey(0),message, URL");  and that
will fix it.<br>
<br>
</body>
</html>