cancel
Showing results for 
Search instead for 
Did you mean: 

Link in BSP

Former Member
0 Kudos

Hi,

I'm using window.open() method in the Layout page for opening a new window when clicked on some link. But the problem is that the parameter I'm passing to the window.open() method as a link is Share Folder Path and the window.open() method is adding some details prior to this path & hence forth not opening the required path and raising an exception error in BSP.

How to overcome this?? Is there any method in Java Script by which I can open the desired Share Folder Path.

Regards,

Niranjan

Accepted Solutions (1)

Accepted Solutions (1)

former_member184111
Active Contributor
0 Kudos

Hi Niranjana,

You can import the OBJECT into MIME repository of the BSP application and call it directly in window.open by name .

Regards,

Anubhav.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

But it is not possible as it is the server of the client(no access as well) and the data in the server is huge. Hence not possible.

Is there any other alternative by which that path can be opened in BSP?

Regards,

Niranjan.