KiranKrishna
23rd October 2023, 19:53
Hi

How could we trigger the web page in new window for the input given through function open.url.local().
when we execute this function with mode as OPEN_URL_WAIT the embedded will be appeared in new tab, but due to iframes issue for web page. Required to get the web page in the new window or any other solution to achieve this requirement.

Can anyone help to resolve this.

Regards,
Kiran.

mark_h
26th October 2023, 15:00
Searching reveals this thread http://www.baanboard.com/baanboard/showthread.php?t=64421&highlight=OPEN_URL_WAIT which looks like nobody may have been successful or tried it just yet.

KiranKrishna
27th October 2023, 07:29
HI Mark,

Thanks Mark. I'm getting the response as required but for some webpages we are getting iframes issue and it unable to open the URL which it is getting 'refused to connect'. As a trail and error, we thought to open the URL in the new window so it wouldn't be problem.
Is there any functions that allows the URL to open in the new window and gets the response?

Regards,
Kiran

mark_h
28th October 2023, 17:28
Well according to the post by bhushanchanda if you use OPEN_URL_EXTERNAL it opens in a new window. Of course I have never used any of this so I can only post what I see on this board.