I'm trying to add a direct link users can click to fire up an IM session
to a user. The link needs to look like 'aim:goim?screenname=SCREENNAME'. I
haven't been able to get it to work..
If I do:
[aim:goim?screenname=SCREENNAME SCREENNAME]
It doesn't work - just spits it out as raw text. If I do:
[aim://goim?screenname=SCREENNAME SCREENNAME]
It gives me a link, but with the '//'s, as I'd expect.. however, the AIM
client doesn't properly interpret that.
If I do:
{{{
#!html
<a href="aim:goim?screenname=SCREENNAME">SCREENNAME</a>
}}}
..in the HTML that gets output, it says "<a>SCREENNAME</a>".
Any ideas on how I can make this work? Thanks! :)
------------------------------------------------------------------------
| nate carlson | [EMAIL PROTECTED] | http://www.natecarlson.com |
| depriving some poor village of its idiot since 1981 |
------------------------------------------------------------------------
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---