Setting iChat status from a web app
I'd like my web app to be able to set ichat status: Available or Away + Custom message
Basically my web app is related to tracking and status so at present, you have to remember to update both (if you use iChat), which is a pain.
Is there a way to do this? using Javascript or the like?
Alternatively, the other way around would work too but I guess that would involve creating some sort of extens开发者_Python百科ion or plugin for iChat.
use this in you link weather it be javascript:window.location = ''
or href=""
use this link aim:goaway?message=hi
you can also do a javascript like javascript:window.location = 'aim:goaway?message=' + new Date()
with a variable
精彩评论