ICQ Functionality

NeoBook tips, tricks, code samples and more...

Moderator: Neosoft Support

Locked
Jim Brammer

ICQ Functionality

Post by Jim Brammer »

ICQ Functionality

Hi, I figured out a way for NeoBook to send instant ICQ messages! It's very simple:

You will need 3 user input fields; one where a user can type in the ICQ number that they want to send a message to, another where the user can type in the message subject, and another where the user can type in the message. You will, of course, also need a SEND button.

In the send button, make an InternetLink that looks like this:

InternetLink "[icqnumber]@pager.icq.com?subject=[subject]&body=[body]"

Make sure your variables are in the right spot! Now when the user types in the data, and clicks the SEND button, a new e-mail will pop up, and they just have to send it from the e-mail client (unless you have nGear, where you can send ir right out of NeoBook).

How does it work?
Everybody on ICQ has a special e-mail address where any web user who doesn't have ICQ can send instant messages! It is sent as an e-mail, and received as an instant ICQ message! The address is just the ICQ number before "@pager.icq.com". Mine would be: 11023833@pager.icq.com.

This is really cool if you have nGear, because then the user doesn't have to send it out of their e-mail client. Anyway, I haven't found out how to receive messages, but I probably NEVER will either.


John Ohrn
Locked