|
-
Aug 5th, 2004, 09:36 AM
#1
Thread Starter
Addicted Member
Have you seen WebMessenger yet???
Just tried it out - what a great idea. But how does it work?
How can a web browser update like this? I love to know!!
-
Aug 5th, 2004, 10:37 AM
#2
-
Aug 5th, 2004, 10:40 AM
#3
Thread Starter
Addicted Member
It's ms messenger BUT through a web browser
http://webmessenger.msn.com
You need a .NET passport.
-
Aug 5th, 2004, 10:59 AM
#4
just tried it, thats really cool thanks, now i can chat to friends whilst at work (don't let us install stuff here).
-
Aug 5th, 2004, 11:00 AM
#5
Thread Starter
Addicted Member
But how does it work?????
-
Aug 5th, 2004, 12:52 PM
#6
I wonder how many charact
There's an embedded object in the MainUi page.
I not entirely sure how it operates without the browser warning for permissions to operate.
-
Aug 6th, 2004, 03:09 AM
#7
Thread Starter
Addicted Member
I assumed that nothing got downloaded - as that would be a security issue.
-
Aug 6th, 2004, 04:09 AM
#8
It's probably an ASP.NET control
-
Aug 6th, 2004, 04:12 AM
#9
Thread Starter
Addicted Member
But how does it communicated without doing a round trip post back?
Could utilise functionality of IE - but must be supported by the other browsers.
-
Aug 6th, 2004, 04:24 AM
#10
The page is refreshing itself. So there are postbacks and refreshes occuring. No big deal. If you've seen blog sites, they use the same thing, just like LivePerson chat apps.
-
Aug 6th, 2004, 06:58 AM
#11
-
Aug 6th, 2004, 08:18 AM
#12
Fanatic Member
Our firewall blocks everything so this must be using port 80 and http so as nemaroller said it does look like their using some client side code to possibly execute some kind of web services.
Me thinks at least.
-
Aug 9th, 2004, 02:03 AM
#13
I can "SEE" it refreshing.
-
Aug 9th, 2004, 06:09 AM
#14
I wonder how many charact
-
Aug 9th, 2004, 06:17 AM
#15
Smoking too much maybe...
-
Aug 10th, 2004, 01:16 PM
#16
Addicted Member
If you install Anayzer (You'll probably want to do this at home)
http://analyzer.polito.it/
You would be able to see the messages as they are transmitted back and forth over TCP/IP. The protocol format and ports being used would all provide important clues as to how it works.
cudabean
-
Aug 11th, 2004, 12:40 AM
#17
PowerPoster
Just use the right-click - view source method to view the HTML of it. look at the two script files it references and I think if you are any kind of programmer, you will be able to figure it out.
-
Aug 12th, 2004, 08:09 PM
#18
I wonder how many charact
I had looked at the javascript files... and maybe because the script is so jumbled together I've missed something, but I didn't see anything, that would signal to the client app that a message was sent.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|