Display Instant Message in site
-
Hi i want to display instant message on my site. it means that when user will anywhere on the site and have some schedule like (eg. having game playing) after 10 mins then i want to show user such message like "you have a game schedule after 10 mins". please note that user can anywhere on the site he/she got such message in his/her screen. please write if u need more clarification.
Regards Keyur Satyadev
-
Hi i want to display instant message on my site. it means that when user will anywhere on the site and have some schedule like (eg. having game playing) after 10 mins then i want to show user such message like "you have a game schedule after 10 mins". please note that user can anywhere on the site he/she got such message in his/her screen. please write if u need more clarification.
Regards Keyur Satyadev
You can use
JavaScript
SetTimeOut
to Display any popup message.Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
You can use
JavaScript
SetTimeOut
to Display any popup message.Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
can you please explain in brief. as the schedule is coming from database. i mean that the schedule of game is stored in the database and i have to check it at every second as i have to display message. please write if u need more clarification.
Regards Keyur Satyadev