- Mar 22, 2013
- 9,150
- 10,490
Say you have simple .php page, a classic one, starts with <head> <body> <html> and ends with </head> </body> </html>, just a classic simple basic page.
How can I add a popup notification on it, which will appear in the middle of the page when a user visits the page, and will have a Close or X button to so a user can close it?
I don't need any slick shit, just to look decent. The notification can appear on every page load/reload, no cookie required to remember the user and not show it to them again or anything like that.
Thanks
How can I add a popup notification on it, which will appear in the middle of the page when a user visits the page, and will have a Close or X button to so a user can close it?
I don't need any slick shit, just to look decent. The notification can appear on every page load/reload, no cookie required to remember the user and not show it to them again or anything like that.
Thanks