for links that got clicked, there is a message: linkClicked
and it gets the content of the link's name as parameter, so for example:

on linckClicked theLink
  if  theLink begins with "http" then
    revgourl theLink
 else
  beep
 end if
end linkClicked

On 5 Oct 2009, at 16:42, Richard Gaskin wrote:

I learned an interesting trick from Jeanne DeVoto not long ago which may be useful here:

You can use an anchor tag with no href and it will not show as underlined, but can store arbitrary textual data in the anchor tag's "name" attribute.

3. Put this in field 1:

 <p><a name="Some arbitrary data">This is a test</a></p>


4. Click the button.  Now you should see "This is a test"
  in field 2 without the customary underline you might
  expect for linked text.

  But what happened to the data in the "name" attribute?


--

official ChatRev page:
http://bjoernke.com?target=chatrev

Chat with other RunRev developers:
go stack URL "http://bjoernke.com/chatrev/chatrev1.3b3.rev";

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to