Reload/Refresh Webpage

morpheus93

Client
Joined
Jan 25, 2012
Messages
1,067
Reaction score
248
Points
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!
 
  • Thank you
Reactions: Pierre Paul Jacques

Ribas

Client
Joined
May 31, 2014
Messages
1,440
Reaction score
503
Points
113

cesario678

Client
Joined
Mar 10, 2022
Messages
195
Reaction score
13
Points
18
  • Thank you
Reactions: Pierre Paul Jacques

Арман

Client
Joined
Jul 4, 2019
Messages
137
Reaction score
33
Points
28
C#
instance.ActiveTab.MainDocument.EvaluateScript("window.location.reload(true)");
 

Pierre Paul Jacques

Активный пользователь
Joined
Oct 8, 2023
Messages
142
Reaction score
38
Points
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!
 

Users Who Are Viewing This Thread (Total: 1, Members: 0, Guests: 1)