developerWorks  >  Lotus  >  Forums & community  >  Notes/Domino 6 and 7 Forum

Notes/Domino 6 and 7 Forum

developerWorks




Dont allow URL open database property
Jai K 10/16/2008 04:57 PM
Domino Designer 6.5.5 FP1 Windows XP


Hi,
I have a Lotus database which is accessed through Web. This database has a hotspot button which inturn calls other Lotus database on same server through a javascript code as below.

parent.Right.location = "../dbname/dbview?OpenView";

To make the second database more secure, I have checked the 'Dont allow URL open' database property but this is causing the above javascript to fail and hence I am getting page cannot be displayed.

Is there a way I can replace javascript code with some other code so I can get same output i.e. all the records from the view.

Thanks for the help.

Go back