2010-12-09 76 views

回答

1

for msn

<a href="msnim:chat?contact=userid">msn</a> 

爲Skype

<a href="skype:userid?chat">skype</a> 
+0

非常感謝你。對於MSN。現在我用這樣的 msnim:chat?[email protected]它的工作 – learner 2010-12-09 04:57:09

1

爲Skype試試這個

<a href="skype:echo123?call">Click</a> (make a call to echo123) 

<a href="skype:echo123;apples123;pears123?call">Click</a> (make a conference call to echo123, apples123 and pears123) 

<a href=」skype:user1?chat」> (Start a text chat with user1) 

<a href=」skype:user1;user2;user3?chat」>(Start a multichat with 3 people) 
1

AIM <a href="aim:goim?screenname=notarealuser">Send Message</a>

相關問題