1. Penta consulting
  2. PowerServer
  3. Tuesday, 17 May 2022 07:38 AM UTC

Hello.
It's a browser dedicated to powerbuilders
Iwarunner is currently in use.
Calling iwarunner.html to url on a web page will currently run iwarunner and change the initial url to about:blank. There's a problem here.
After iwarunner runs, about:blank does not disappear and remains.
Can I get rid of the blank page?

Kai Zhao @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 18 May 2022 07:24 AM UTC
  2. PowerServer
  3. # 1

Hi Penta,

Restricted by browser security, javascript must not be allowed to close a window that was not opened by that same javascript, that’s why it jumps to the about:blank page after the IWA application is started successfully.

If you don’t want to go to the about:blank page, please follow the steps below.

1. Open %web server machine%\%your application%\connectiwarunner.html, such as C:\inetpub\wwwroot\sales\connectiwarunner.html.

2. Comment out the following code so that it stays in the iwarunner.html page after the application starts, or you can change "about:blank" to your page.
parent.document.location.href = "about:blank";

3. Clear browser cache on the client machine, or at least you need to clear 'Cached images and files'.


Regards,
Kai

Comment
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Tuesday, 17 May 2022 14:41 PM UTC
  2. PowerServer
  3. # 2

Hi Penta;

  Since IWA Runner is a PowerServer feature (not PB) ... what version & build of PS are you using?

Regards ... Chris

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.