Is there any way to force PWB to restart if it's asked to load particular URL? Let's say
-cnn.co_m
is in my url.txt file, and a user tries to access cnn.co_m. Is there any way for me to invoke the "Restart" command at that point? I know I can use AccessURLRedirect to move away from that page, but I'm looking for something more.
Force PWB to restart when loading a particular URL?
Moderators: Tyler, Scott, PWB v2 Moderator
NEVER MIND
Man, this always happens to me after I post on a messageboard...I figured it out. I just needed to use the JavaExit command. D'oh.
Using PWB v2.10.3 you could also use the new execute filter.
--Scott
Please note, this feature will not be officially included until PWB v2.11.Added:
[Files] ExecuteOnDenyAccess=
Executes application with URL (%1), and access string (%2) as arguments.
[Files] ExecuteFilterFile=
Filter file for CheckExecuteAccess execute on deny access.
--Scott