Click here to Skip to main content
15,889,876 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
HI,

I want to show a popup like gmail use to show after sending a mail, for example if mail sent successfully, than a message popup should be shown on a specific position of the page with appropriate message like "Mail sent successfully" and after few seconds, it should be faded away.


Solutions and Ideas in asp, javascript or Jquery are welcomed, Actualy I am confused to use what..

Can Any body give me some idea??? :)
Posted

1 solution

go for this link, provided demo with documentation
http://jquerymsgbox.ibrahimkalyoncu.com/[^]
 
Share this answer
 
Comments
VICK 13-Aug-13 6:56am    
Thanks for your Reply Kishore.. but can you tell me that how i can make this popup faded away (vanished) after few seconds of display???
VICK 13-Aug-13 7:11am    
and as I am new to JQUERY... can you tell me that how can i use those code snippets provided in the given link???

YOur kind reply will be appreciated.
VICK 13-Aug-13 8:02am    
Thanks,,,, I have done implementing that...:)

But ryt now I want to know that can i set timeout period for autoclose property???

as if i use autoclose = true;

Than the popup only lasts for 3 seconds.. but i want to make it visible for more time...
kishore sharma 13-Aug-13 8:07am    
Sorry for late reply,
Yes i believe you can sett your own time period let me check that api.
kishore sharma 13-Aug-13 8:17am    
You can do by options
autoClose: true,
timeOut: 10000,

where timeOut will take in milisecond
so 10000=10seconds
I suggest you go in this jquery.msgBox.js file and just read once,i am sure you will enjoy this.
Welcome

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900