473,785 Members | 2,843 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Notification popup

Do you remember when one of your buddies get connected to MSN Messenger, a
little alert pops up in the lower-right hand corner of your screen saying
"Bob signed up", then, after a second, it goes down and disappears.

Well, I'd like to do it too, but with my browser. At least I'd like with
IE if possible. This would be for a chat application for the web. How
could I do it?

Thanks,

--
Charles.

Desenvolvimento e criação de sites: www.auriance.com
Hospedagem de sites e servidores dedicados: www.auriance.net
Feb 24 '06 #1
6 6567
Sorry, I forgot to say, I want the popup to appear even if the browser
window is minimized.
Thanks again,

--
Charles.

Desenvolvimento e criação de sites: www.auriance.com
Hospedagem de sites e servidores dedicados: www.auriance.net
Feb 24 '06 #2
In article <op.s5hnpattix6 gqv@charles>, me@privacy.net says...
Do you remember when one of your buddies get connected to MSN Messenger, a
little alert pops up in the lower-right hand corner of your screen saying
"Bob signed up", then, after a second, it goes down and disappears.

Well, I'd like to do it too, but with my browser. At least I'd like with
IE if possible. This would be for a chat application for the web. How
could I do it?


AJAX.

--

Hywel
http://kibo.org.uk/
Feb 24 '06 #3
Charles wrote:
Do you remember when one of your buddies get connected to MSN Messenger,
a little alert pops up in the lower-right hand corner of your screen
saying "Bob signed up", then, after a second, it goes down and disappears.

Well, I'd like to do it too, but with my browser. At least I'd like
with IE if possible. This would be for a chat application for the web.
How could I do it?


Open the popup on the place that you wants it to appear and, using a
timer (setTimeout) changes the position of the window (moveTo(x,y) or
moveBy(x,y)) until it disappears (top > screen.height) =b

But remember that probably all the browsers released these days have
popup a blocker enabled by default, so your "alert system" won't work if
you don't disable it everywhere :)

So my suggestion is to warn the user with the so-called "DHTML", maybe
you can call "focus()" for the window and play a sound, whenever a new
msg is received, user connects, etc. I always missed a "focus" in these
support chats when the person takes too much time to answer I find other
things to do =]
--
Jonas Raoni Soares Silva
http://www.jsfromhell.com
Feb 24 '06 #4
On Fri, 24 Feb 2006 17:14:28 -0300, Jonas Raoni <jo********@gma il.com>
wrote:

Open the popup on the place that you wants it to appear and, using a
timer (setTimeout) changes the position of the window (moveTo(x,y) or
moveBy(x,y)) until it disappears (top > screen.height) =b


Very good idea! Actually the pop up will probably not be blocked because
it will be opened manually when the person clicks a button/link.

The best would be to have the title bar disappear so that we only see the
content of the popup, but I guess this is not possible...
--
Charles.

Desenvolvimento e criação de sites: www.auriance.com
Hospedagem de sites e servidores dedicados: www.auriance.net
Feb 24 '06 #5
In article <op.s5hw7pfxix6 gqv@charles>, me@privacy.net says...
On Fri, 24 Feb 2006 17:14:28 -0300, Jonas Raoni <jo********@gma il.com>
wrote:

Open the popup on the place that you wants it to appear and, using a
timer (setTimeout) changes the position of the window (moveTo(x,y) or
moveBy(x,y)) until it disappears (top > screen.height) =b


Very good idea!


It isn't. It might still interfere with the Task Bar, and the Mac/*nix
equivalents, and for many Mozilla users it would open in another tab.

You'd be far better off using some sort of XMLHTTPRequest that remains
in-page and updates a specific part of the page the user is looking at.
After all, once the user has navigated away from the page it's unlikely
that they're interested any more.

--

Hywel
http://kibo.org.uk/
Feb 25 '06 #6
Em Sat, 25 Feb 2006 11:01:36 -0300, Hywel Jenkins
<hy***********@ gmail.com> escreveu:
It isn't. It might still interfere with the Task Bar, and the Mac/*nix
equivalents, and for many Mozilla users it would open in another tab.
I know but my customers only use IE 5.5 or IE 6, and there seems to be no
solution for Opera and Mozilla, so at least for now, I'll only support IE.
After all, once the user has navigated away from the page it's unlikely
that they're interested any more.

My customers can't wait all day long in front of the chat app waiting for
new customers, I need something to call their attention while they're
doing something else...

Feb 26 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2138
by: nick | last post by:
Hi All. I have a document loaded into browser. Later, I am loading some HTML content (using hidden frame) and replace some part of my document with new content, using innerHTML property. The question is - how can I get notified when my document is changed ? Regards, Nick
1
482
by: balu | last post by:
Hello , I Had a problem in developing a application for getting a message over or above system tray . When we first logon into the yahoo messenger , whenever a new user logon ,The messenger will shows message above the system tray. for example " balu comes is on online " above system tray . whenever a new user logout ,The messenger will shows message above the
1
1546
by: John Bailo | last post by:
Can a Console app manipulate the Windows API? Say I want a console app to do some work, and then, maybe just popup an alert to say "finished"? Is there a way to do that without having to create a Form app? Do I have alternatives for GUI notification from a console app?
4
5413
by: MCDONAMW | last post by:
First off, forgive me for being such a noob. I typically program vb.net, but I need to do some asp.net programming. I have something simple I have no idea how to do! I have an aspx page which is essentially a form containing a few text boxes and a submit button. The user types in the various fields, and hits the submit button. This button fires off an email via smtp containing information from
2
3506
by: SB | last post by:
Can someone please tell me Microsoft .NET's position on this WS-Notification specification that includes the pub/sub model? Is there something in the pipeline or already available as part of the .NET or WSE? -- Kind regards, SB
7
7538
by: YK | last post by:
Hi ! I saw that in Outlook Web Access (OWA) you get small notification window when a new e-mail is received even when the browser window is minimized and it appears at the right corner of the screen. I developed a web application and I'd like to generate a similar popup window to notify the user on new events. I tried many ideas but no success so far...
2
1427
by: Beagle | last post by:
Hey all, I'm somewhat new to working with Access (aw geez, a noob) so I am hacking and slashing my way through creation of a database for a user at my job. The problem is this: I have created a form for tracking incoming calls and would like it to notify me when a call comes in from the same phone number. I would like it to notify me after the number has been entered by something like a color change or popup, so that I am aware of the...
16
19410
by: squrel | last post by:
Hello everyone.. I need to create a notification window or popup window in my project to display some discription.. i have no idea how to do tht.... is there any notification window availabe in the component which i can add to my project and write the code for it... i can not find tht :( i m using VB6 and sqlserver 2000 i need help here how to create tht and how my code wil be.. thank u
4
3318
markmcgookin
by: markmcgookin | last post by:
Has anyone used the notification class from Windows CE forms? using the following code using Microsoft.WindowsCE.Forms; ... Notification note = new Notification()
0
10329
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10152
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9950
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8974
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5381
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4053
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3650
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2880
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.