OT: SSL issues with IFRAMES

M

Marina

We have a site that needs to run with SSL on. The main page has various
IFRAMES. The SRC attributes of these IFRAMES need to be assigned
dynamically at runtime in javascript via each frames 'onload' event. The
page that is being assigned is in the same application.

However, SSL, seems to think that if you are assigning the SRC at runtime,
then it may be a security problem, and brings up the SSL warning.

However, the content is completely secure - we are using a relative page
url, that is sitting in the same app. So something like
'somepage.aspx?somevar=someval'.

Any suggestions on how to fix this with the current setup?
 
M

Marina

Found an answer.

For anyone interested, set the 'src' attributed initially to any file - a
blank html file is fine. Then, resetting the src attribute doesn't cause
this problem.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top