Prev Thread Prev Thread   Next Thread Next Thread
 Running forum over an SSL
Change Page: < 12 | Showing page 2 of 2, messages 16 to 20 of 20
Author Message
Samuel

  • Total Posts : 9151
  • Reward points : 27365
  • Joined: 05/23/2001
  • Status: offline
RE: Running forum over an SSL - 12/28/2005 02:01:30 PM
"why" - I don't know why IE works this way either

what can I do about it - 1. don't enable fast reply for your forum or 2. don't use SSL for the forum
ASPPlayground.net Developer
jazzman

  • Total Posts : 4
  • Reward points : 0
  • Joined: 05/13/2005
  • Location: Philadelphia, Pennsylvania
  • Status: offline
RE: Running forum over an SSL - 12/28/2005 02:25:19 PM
If I don't enable fast reply, then I have to use Post Reply, which itself generates the same bothersome pop-up message. So now the question becomes: what in Post Reply is IE objecting to?  Apparently it's not an iframe problem again, or is it?
 
Lee
Samuel

  • Total Posts : 9151
  • Reward points : 27365
  • Joined: 05/23/2001
  • Status: offline
RE: Running forum over an SSL - 12/28/2005 03:05:15 PM
it is an iframe problem. We use iframe too in "post reply" - this is part of the WYSIWYG editor.
ASPPlayground.net Developer
JodyG

  • Total Posts : 20
  • Reward points : 0
  • Joined: 03/30/2006
  • Status: offline
RE: Running forum over an SSL - 04/12/2006 06:21:09 AM
We resolved this by changing line 143 of rtejs/richtext.js from:
 document.writeln('<iframe id="' + rte + '" name="' + rte + '" style="width:' + width + 'px; height:' + height + 'px;" class="rteFrame" src=""></iframe>');

to
 document.writeln('<iframe id="' + rte + '" name="' + rte + '" style="width:' + width + 'px; height:' + height + 'px;" class="rteFrame" src="blank.html"></iframe>');
 

 
Make sure you have got a blank html file called blank.html in the root folder of the forum.
Guest
RE: Running forum over an SSL - 10/17/2006 01:34:42 AM
We have the same problem, but have only a frameset with one frame. Frame src points to a secure webpage. Clickin No to the popup still displays the entire content. Clicking Yes removes the padlock-icon from the browser. This alarms our customers.
 
<frameset>
 
</frameset>
 
doesn't display the popup, but ones you ad the <frame src="https://..."> you get the popup.
 
Microsoft KnowledgeBase says itäs a bug in Content Advisor and instructs to turn Content Advisor off...
 
We can't change the single frame to an iframe, because of our server setup and because we don't want to use an iframe.
 
-Incu
Change Page: < 12 | Showing page 2 of 2, messages 16 to 20 of 20

  Enter the code shown; Click to reload image.
Post Message Preview
Jump to:

Current active users
There are 0 members and 3 guests.
Icon Legend and Permission
  • New Messages
  • No New Messages
  • Hot Topic w/ New Messages
  • Hot Topic w/o New Messages
  • Locked w/ New Messages
  • Locked w/o New Messages
  • Read Message
  • Post New Thread
  • Reply to message
  • Post New Poll
  • Submit Vote
  • Post reward post
  • Delete my own posts
  • Delete my own threads
  • Rate post

© 2000-2008 ASPPlayground.NET Forum Version 3.2 a