richhallstoke
New member
So far I have tried using PHP code such as:
and a macro/script such as:<?php **exo_runhescriptcom('ExitPublication')**;
and a redirect header such as:procedure OnNavigateComplete(URL: String);
begin
ExitPublication;
end;
and a javascript code such as:<?php header('Location: **HEScript://ExitPublication**');
But so far have not found a working way to terminate the application, and at present with all above options I’m left with the application window still running as if I hadn’t even tried to terminate it with code. Any assistance would be massively appreciated. Thank you.<script type=“text/javascript”>
exeoutput.RunHEScriptCom(“hescript://ExitPublication”);
</script>
Last edited:
