@richhallstoke wrote:
So far I have tried using PHP code such as:
<?php
exo_runhescriptcom('ExitPublication');and a macro/script such as:
procedure OnNavigateComplete(URL: String);
begin
ExitPublication;
end;and a redirect header such as:
<?php
header('Location: HEScript://ExitPublication');and a javascript code such as:
<script type="text/javascript">
exeoutput.RunHEScriptCom("hescript://ExitPublication");
</script>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.
Posts: 3
Participants: 2