gio
gio

Reputation: 975

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 extension or plugin for iChat.

Upvotes: 0

Views: 158

Answers (1)

Trevor Rudolph
Trevor Rudolph

Reputation: 1063

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

Upvotes: 1

Related Questions