<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dr Scofield wrote:
<blockquote cite="mid:4982E965.105@xyzzyxyzzy.net" type="cite">
<pre wrap="">Cristina Videira Lopes wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Dirk,
How do I make the SL viewer underline these things?
I still don't know what packet is involved, but I can see that urls like
these
<a class="moz-txt-link-freetext" href="http://slurl.com/secondlife/Foo/">http://slurl.com/secondlife/Foo/</a>
<a class="moz-txt-link-freetext" href="secondlife://Foo/">secondlife://Foo/</a>
result in something being sent to the server querying for region Foo.
That's all I need to make it happen.
</pre>
</blockquote>
<pre wrap=""><!---->
do you? what if Foo is on another grid? is that taken care by HG?
</pre>
</blockquote>
<br>
I mean I can take care of urls like this:<br>
<br>
<a class="moz-txt-link-freetext" href="http://slurl.com/secondlife/ucigrid04.nacs.uci.edu:9003/">http://slurl.com/secondlife/ucigrid04.nacs.uci.edu:9003/</a><br>
<br>
What follows after /secondlife/ is the variable part, it seems (my Foo
before :-); the important thing is that the viewer seems to understand
that urls like this<br>
<a class="moz-txt-link-freetext" href="http://slurl.com/secondlife/">http://slurl.com/secondlife/</a>...<br>
are supposed to send something to the server, as opposed to pulling up
a web browser like the other URLs do.<br>
Same with<br>
<a class="moz-txt-link-freetext" href="secondlife://ucigrid04.nacs.uci.edu:9003/">secondlife://ucigrid04.nacs.uci.edu:9003/</a><br>
<br>
As long as the viewer sends that variable part to the server (thinking
that it's a region name), or any other string resulting from an
hyperlink, I can make it happen.<br>
<br>
But if the info doesn't go, that is not possible.<br>
<br>
</body>
</html>