If you do not want to use javascript confirm function then you need to write your own custom popup code and then use javascript to redirect user to wherever you want
I guess you want to redirect user irrespective of his response! if that is the case then you can use below piece of javascript code :-
function myFunction() {
var txt;
var r = confirm("Press a button!");
if (r == true) {
window.location.href = "URL HERE";
} else {...
Plain HTML will make your website much faster than Wordpress but obviously you cannot interact with the database in plain HTML..
In case there is no database required and you have a static website then go for HTML anytime
If you need a frequent database interaction and good CMS then wordpress...
No you cannot restrict the user not to close the tab as tab is in browser and your website cannot control the browser.
However, you can go for one solution:-
Whenever user moves the mouse up then you can show an alert javascript popup in the browser. With this you can force user to complete the...
Hello Guys,My name is Sachin and I am 21 years old from India.I have joined this website today and I am going through all the threads and forums to get acquainted with this website.Hope to have an awesome stay on this website!Thanks
I want to add logo on the video but I do not want a heavy software...
Tell me which is the small software (upto 20-30 MB) that can easily add a logo on the video...
Processing a video shouldn't take more than 2-3 minutes
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.