Seeking custom code for page delay close

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
wwonderfull
 
 
Posts: 1275
Joined: Fri Aug 21, 2020 8:27 am

Seeking custom code for page delay close

Post by wwonderfull »

How to add a delay 3000 (meaning 3 second delay) on the below given script

window.close();

The target is to open a page and close it in a specific given time after it opens.
User avatar
Pablo
 
Posts: 21699
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Seeking custom code for page delay close

Post by Pablo »

Did you consider using a timer?
wwonderfull
 
 
Posts: 1275
Joined: Fri Aug 21, 2020 8:27 am

Re: Seeking custom code for page delay close

Post by wwonderfull »

Yeah! good idea pablo. Thanks
Although the delay added in this below script is still a riddle.
window.close();
Post Reply