Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
Old 06-04-2009, 11:40 PM popup window
Junior Talker

Posts: 2
Name: tirso
Trades: 0
hi to all,

This is regarding chat private messaging.

I have a list of users online on my site, Once I dblclick one of them then the new div window will popup which is I've already done. My problem now is, once I already type a message and enter, how another div window will popup to the pc of the user I was hit. I don't know how to start. I have no idea how to do this. First thing trouble in my mind is, how can I sense that this window should popup to the specific user pc?

Any idea or suggestions

Thanks in advance

Tirso
tirso is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-05-2009, 08:58 AM Re: popup window
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
You can't force users to have a window pop up on their computer unless they specifically allow you to, since virtually every modern browser has a popup blocker installed on it. The only time popups are allowed is in response to a click these days. Of course, users are allowed to make exceptions to this, but I suspect it is hard to get this to happen.

The solution is to fake a popup with a modal popup (which acts like the well-known "lightbox").

The other problem with the scenario you're describing, is that you can't just ping any user you like without programming their browsers to be constantly listening for a new command. You'll have to make the browsers "listen" for a new window by querying some external page via AJAX inside of a setInterval() function which does a command repeatedly at a set interval.
__________________
Join me on
Please login or register to view this content. Registration is FREE
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Reply     « Reply to popup window
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.11651 seconds with 12 queries