asp instant messanger

  • Thread starter Thread starter Matt Shudy
  • Start date Start date
M

Matt Shudy

Hey,

I guess I am just looking for a yes/no answer here, but if
you would care to elaborate on the subject I would greatly
appreciate it.

I am wondering if it is possible to create an instant
messanger on a website that uses the server variable
REMOTE_ADDR to send messages to other people who have
signed on? I just found out about this function and am
very curious about this.

Thanks,

Matt
 
I have a "live help" app on my site that works like IM.
it was an asp/ access, or mssql script that I edited a little.

something like this?
 
it came from www.xigla.com. there are a couple other asp/access ones on
www.fuzzysoftware.com

contact me directly before you buy one since there are a few "conditions" of
the software I'd mention. wouldn't want it to look like a "flame", just a
little tech. stuff.
 
uses the server variable
REMOTE_ADDR to send messages to other people who have
signed on?


I'm not sure what the aforementioned app does but there are
multiple issues here. First, REMOTE_ADDR does not necessarily
lead to a system, it often leads to a proxy or router. Second,
I hope you are not planning on trying to "pop" to someone's
system...
 
Back
Top