View Full Version : quick question!


qanqstaloviinx
06-18-2005, 03:31 PM
does anyone know the code for IM'ing people from a webpage with a prewritten message?!

starlet
06-18-2005, 05:01 PM
With which program? (AIM, MSN, Y!?)

qanqstaloviinx
06-18-2005, 06:39 PM
With which program? (AIM, MSN, Y!?)

AIM.

kittycat
06-18-2005, 07:07 PM
<a href="aim:goim?screenname=yoursn&message=yourmessage">aim link</a>

Monkey Bizzle
06-18-2005, 08:26 PM
make sure tho that you put a + for spaces or else it won't work... For example:

<a href="aim:goim?screenname=yoursn&message=Hey how's it going?">aim link</a>

wouldn't work... you would have to do:

<a href="aim:goim?screenname=yoursn&message=Hey+how's+it+going?">aim link</a>

the forum adds extra spaces so make sure you take those out =)

qanqstaloviinx
06-18-2005, 11:54 PM
thanks so much guys <33 :)