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