cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in opening the external window

Former Member
0 Kudos

Hi ,

I am trying to open an external window on click of a button,

If the URL passed to the window is correct, it is opening properly.

if there is a error in the URL then it gives a pop up saying file not found( as I am try to open a file in a browser). After clicking ok button of the pop up window, my webdynpro hangs with the rotating symbol keep on moiving , I can not do anything but to refresh the page.

I do not want to refresh the page , if there is an error , after closing the pop up window, I should able to continue with my application.

Please note I am not having any issue with opening with an external window in my code.

The application hangs if the URL I passed is wrong while opening the external window.

I am using FILE:// protocol and not http:// or https://

my URL is something like this file://somebadURL_tryingToAccessA_File

thanks in advance

pk

Accepted Solutions (0)

Answers (3)

Answers (3)

chander_kararia4
Contributor
0 Kudos

Your having the problem in this particular case only or it is a general problem, that you are not able to close the session properly.

If that is the case, try with IE6 because rest does not support this portal feature perfectly.

Regards

Chander Kararia

Former Member
0 Kudos

Hi,

As you havent mentioned any user intervention,

Why not validate the URL and make sure that the file exists before the URLs generated.

Regards

Ayyapparaj

nikhil_bose
Active Contributor
0 Kudos

Please try it in IE 6