Always getting Security Information Message in a frameset

Hi,

I am opening a frameset with the url: https://host/db/framename?OprnFrameset

and always getting Security Information alert with the message:

"This page contains both secure and nonsecure items.

“Do you want to display the nonsecure items?”

I have three frame on that frameset. Two of them have value through Named Element and one of them through URL and @Formula (i.e. @If(@IsMember(“[Trans]”;@UserRoles);“/” + @WebDbName + “/Pend?OpenView&start=1&count=15&ExpandView”;“/” + @WebDbName + “/Bln?OpenPage”))

I checked the view source code and the SRC is src=“/xxx/test/sss.nsf/feederr?OpenPage”

I select all the frame with blank page and refresh the frameset and getting same result. I opened all the elment in each frame directly type the url in address box and I am not getting any problem. But It shows alert when I am teying to open that frameset.

Any ideas and suggestions are very much welcome.

Thanks for your time and help.

Subject: Always getting Security Information Message in a frameset

Look for the href and src properties of everthing that’s linked to – images, stylesheets, JavaScript files and so on. At least one of them will have “http:…” rather than “/…” or “https:…”.

Subject: RE: Always getting Security Information Message in a frameset

Hi Stan,

Thanks for your response.

I scan the pages, form and frameset using design synopsis and browser view source but no luck.

Any more idea.

Thanks again.

Subject: RE: Always getting Security Information Message in a frameset

I found the solution.

I have three application showing this message. For one of them I created the new frameset and it is solve the problem.

For other two I found both of them have a frame with no content selected. I add a blank page on that frame and it’s ok now.

Thanks.