new mail notification in a pop up window

A

Anonymous

Guest
you will have to use XMLHTTPRequest which is in javascript.
what it does is basically asynchronously calls a particular page, and then the particular page could be your custom page which returns no. of new emails , their subject etc...
and then using javascirpt you can create an alert on a new window.
and set the whole javascript sequence in a javascript timer set to 1 min. refresh.

This will help you a lot
http://developer.apple.com/internet/webcontent/xmlhttpreq.html
 
Back
Top