Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MSN Behaviour through webcode

Status
Not open for further replies.

Kharas

Programmer
Jan 30, 2007
39
0
0
MX
In my code (an aspx page) I do my own authenticaton. So I sign in with code. When I want to add any contact to my list I have to go through the usual 2 pop-ups (confirmations) which I just click next on before having the contact finally added.

I'd like to find a way to overcome these two steps so the additions are always instant-ready.

I want to recreate what's happening on this page. I only ask for 1 mail address and add it to my list when i'm already signed in :
All help is much appreciated.

Here's a little extract of the code so you can get a better idea:


Code:
msn = new ActiveXObject("Messenger.UIAutomation.1");
msgrUI.AutoSignin();
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top