从网络应用程序设置 iChat 状态
我希望我的网络应用程序能够设置 ichat 状态:可用或离开 + 自定义消息
基本上我的网络应用程序与跟踪和状态相关,因此目前,您必须记住更新两者(如果您使用 iChat),这是一种痛苦。
有办法做到这一点吗?使用Javascript之类的?
或者,另一种方法也可以,但我想这将涉及为 iChat 创建某种扩展或插件。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的链接天气中使用此链接
javascript:window.location = ''
或href=""
使用此链接aim:goaway?message=hi 您还可以使用变量执行 JavaScript,例如
javascript:window.location = 'aim:goaway?message=' + new Date()
use this in you link weather it be
javascript:window.location = ''
orhref=""
use this linkaim:goaway?message=hi
you can also do a javascript likejavascript:window.location = 'aim:goaway?message=' + new Date()
with a variable