Forum Moderators: open

Message Too Old, No Replies

about:blank

Calling via SSL

         

Megaboy

12:22 am on Jan 16, 2003 (gmt 0)

10+ Year Member



Hello All,

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.

TheDave

6:48 am on Jan 16, 2003 (gmt 0)

10+ Year Member


Strange, my reply doesnt seem to have gone through (4 hours later..) so I'll try again :) I don't fully understand what you are trying to do, but my first thought was to make it all secure - maybe in the iframe src you are referencing http://... which is the unsecure item, so try https://...