Guest User

Untitled

a guest
May 20th, 2018
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. URI scheme
  2.  
  3. Yahoo! Messenger's installation process automatically installs an extra URI scheme ("protocol") handler into some web browsers, so that URIs beginning "ymsgr:" can open a new Yahoo! Messenger window with specified parameters. This is similar in function to the mailto: URI scheme, which creates a new e-mail message using the system's default mail program. For instance, a web page might include a link like the following in its HTML source to open a window for sending a message to the YIM user notarealuser:
  4.  
  5. <a href="ymsgr:sendim?notarealuser">Send Message</a>
  6.  
  7. To specify a message body, the m parameter is used, so that the link location might look like this:
  8.  
  9. ymsgr:sendim?notarealuser&m=This+is+my+message
  10.  
  11. Other commands are:
  12.  
  13. ymsgr:sendim?yahooid
  14. ymsgr:addfriend?yahooid
  15. ymsgr:sendfile?yahooid
  16. ymsgr:call?yahooid
  17. ymsgr:callPhone?phonenumber
  18. ymsgr:chat - opens chat room list
  19. ymsgr:im - opens the "Send an IM" window
  20. ymsgr:customstatus?A+custom+status - changes the status message
  21. ymsgr:getimv?imvname - loads an IMVironment (example: ymsgr:getimv?doodle, ymsgr:getimv?yfighter)
Add Comment
Please, Sign In to add comment