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?
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?