asp question...

  • Thread starter Thread starter matt shudy
  • Start date Start date
M

matt shudy

Hi,

Is there a way to open an internet window on someone's
computer with a message if you know the person's computer
name? I am trying to make a instant messenger similar to
aim. I would like to have a mysql db that stored the
computer names and screen names, i guess i need to find a
tutorial or something, cause i wouldn't know how to make
the messenger pick the message, send it, and open a window
on someone's computer. So my real question is, is it
possible to open a new window on someone's computer with a
message sent by another user?

Thanks,

Matt Shudy
 
-----Original Message-----
Hi,
Howdy.

Is there a way to open an internet window on someone's
computer with a message if you know the person's computer
name? I am trying to make a instant messenger similar to
aim. I would like to have a mysql db that stored the
computer names and screen names, i guess i need to find a
tutorial or something, cause i wouldn't know how to make
the messenger pick the message, send it, and open a
window on someone's computer. So my real question is, is
it possible to open a new window on someone's computer
with a message sent by another user?

Not efficiently. The visitor would have to display a Web
page that resubmitted itself every few seconds, and
checked for activity at each resubmission. And of course,
if the visitor closed the browser or moved to another Web
page, the checking for activity would stop.

Think about it. If there were a way to arbitrarily open
windows on a remote machine, thousands of advertising
message per second would be appearing on your screen.

This is why Instant Messaging clients are Windows apps
that the visitor has to install.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
|| Microsoft FrontPage Version 2002 Inside Out
|| Web Database Development Step by Step .NET Edition
|| Troubleshooting Microsoft FrontPage 2002
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

instant messenger with asp 1
asp question 2
SQL help 1
asp question 2
Trying to store pics in a database... 3
sql statement help 8
ASP question 34
How to change language on windows 1

Back
Top