+ 3
Show Notification only using HTML
How can I show pop-up notification on page load only using HTML.??
7 Respostas
+ 6
The simple ones can be done using JavaScript purely: alert()
+ 6
The more complex ones need mire HTML CSS, together with JS
+ 3
Usman Khan If you want your own button yes, it needs more than pure JavaScript
+ 3
Here the start-up popup without any JavaScript.
https://code.sololearn.com/WDE3v4H8jroY/?ref=app
+ 2
can I use HTML inside alert( some html );
...
+ 2
problem is than it shows ok button. but i dont want this....
i want to create my own button with link.. user always first visit link before closing pop-up..
+ 2
it can be done using JavaScript or jQuery by calling part of HTML Dom and making it visible on page load...
but I'm not successful in this. if you have any working code then tell me..
I'm using blogger..