window.onload =
function
(){
setTimeout(confirmMobile, 2000);
}
confirmMobile(){
var
toView = window.confirm(
"are you sure?"
);
if
(toView){
window.location.replace(
"
No comments:
Post a Comment