Reload/Refresh Webpage

morpheus93

Client
Регистрация
25.01.2012
Сообщения
1 038
Благодарностей
237
Баллы
63
Hi guys,

from time to time I have the problem in some of my projects that after clicking on s Submit-Button (e.g. "Sign Up Now") on a webform the following page stucks at loading. So nothing happens and only a blank page appears in ZP or PM. So I think the solution could be to just refresh/reload (like in the normal browser with F5) the page. How can I implement that in my Zenno Project?

Thank you!
 
  • Спасибо
Реакции: Pierre Paul Jacques

Ribas

Client
Регистрация
31.05.2014
Сообщения
1 380
Благодарностей
467
Баллы
83

cesario678

Client
Регистрация
10.03.2022
Сообщения
108
Благодарностей
8
Баллы
18

Арман

Client
Регистрация
04.07.2019
Сообщения
137
Благодарностей
32
Баллы
28
C#
instance.ActiveTab.MainDocument.EvaluateScript("window.location.reload(true)");
 

Pierre Paul Jacques

Активный пользователь
Регистрация
08.10.2023
Сообщения
117
Благодарностей
33
Баллы
28
Thank for the info,it's works!
It useful for ChatGPT login because when i import the Cookie/Profil
Sometime i got the cloudflare block (with CEF not with Chromium)

If i want to reload the page by going to the same url :

119455


it don't work,

but with the reload with your too method its works!
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)