View Full Version : How to link to AIM


tivakins
04-26-2003, 11:28 PM
I want it so that when you click on a link it will open up an AIM box. (If you have AIM and are logged on)

Here's what I got so far: a href=aim:goaim?screenname=tivakins (Which is my SN)

But when I click on it says that "You have clicked an AIM hyperlink which your client does not support."

What does that mean and what can I do to fix it?

Thanks!

Doodle on.
Tiva

epolady
04-27-2003, 12:52 AM
Try

<a href="aim:goim?screenname=your AIM SN&message=Hi!">AIM ME</a>

if your name has more than one word in it, put + where the space bar hit would go, same with the preset messages.

tivakins
04-27-2003, 01:15 AM
Thanks! It works! =)