reload a page

Issues related to the Login tools of WYSIWYG Web Builder.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/login_basics.html
http://www.wysiwygwebbuilder.com/login_tools.html

TIP:
A lot of information about the login tools can be found in the help/manual.
Also checkout the demo template that is include with the software.
Post Reply
SergeFog
 
 
Posts: 159
Joined: Wed Apr 15, 2020 11:59 am

reload a page

Post by SergeFog »

Is there a possibility to reload or to reset a page by an event button?
User avatar
Pablo
 
Posts: 22430
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: reload a page

Post by Pablo »

You can do it with an event and JavaScript: window.reload(true);
Or simply add a link to the same page.
Post Reply