Forum Moderators: open
Small problem I'm having with a cgi script that calls about:blank.
The call for the cgi that create a web page that you'll be able to use rich text. It calls. . .
<IFRAME SRC='about:blank' id='richedit' style='visibility: hidden; position: absolute; left: 0px; top: 0px; height=100%; width=100%'></IFRAME>
Now, I was thinking to create a blank html and call that via SSL, but it causes the browser after you click on the rich text editor the display, This page has secure and nonsecure items.
Any idea how I can fix this problem?
Thank you.