﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>InstantASP Community Forums / Old Forums / InstantForum.NET 4.x / Bug Reports / Closed Issues  / Https Warning / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>InstantASP Community Forums</description><link>http://community.instantasp.co.uk/</link><webMaster>sales@instantasp.co.uk</webMaster><lastBuildDate>Fri, 09 Jan 2009 04:12:56 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Https Warning</title><link>http://community.instantasp.co.uk/Topic7664-45-1.aspx</link><description>Many tnxs, it is working now.&lt;/P&gt;&lt;P&gt;Robert</description><pubDate>Wed, 20 Jul 2005 08:01:42 GMT</pubDate><dc:creator>rooobce</dc:creator></item><item><title>RE: Https Warning</title><link>http://community.instantasp.co.uk/Topic7664-45-1.aspx</link><description>Hi Robert,&lt;P&gt;Many thanks. This has now been resolved. If you would like to apply the fix open JavaScript/Globals.js and change...&lt;/P&gt;&lt;P&gt;[code]function if_setDiv(InnerHTML, DivLayer, Iframe, mnu_width) {     &lt;BR&gt;    // create iframe to hold div later&lt;BR&gt;    var frameDiv = &amp;#100;ocument.createElement('iframe');      &lt;BR&gt;    frameDiv.id = Iframe;&lt;BR&gt;    frameDiv.setAttribute('class','');&lt;BR&gt;    frameDiv.style.position = 'absolute';&lt;BR&gt;    frameDiv.style.zindex = 1;&lt;BR&gt;    frameDiv.style.width = mnu_width;[/code]&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;[code]function if_setDiv(InnerHTML, DivLayer, Iframe, mnu_width) {     &lt;BR&gt;    // create iframe to hold div later&lt;BR&gt;    var frameDiv = &amp;#100;ocument.createElement('iframe');      &lt;BR&gt;    frameDiv.id = Iframe;&lt;BR&gt;    frameDiv.setAttribute('class','');&lt;BR&gt;    &lt;FONT style="BACKGROUND-COLOR: #ffff11"&gt;frameDiv.setAttribute('src','blank.htm')&lt;/FONT&gt;&lt;BR&gt;    frameDiv.style.position = 'absolute';&lt;BR&gt;    frameDiv.style.zindex = 1;&lt;BR&gt;    frameDiv.style.width = mnu_width;[/code]&lt;/P&gt;&lt;P&gt;You may also wish to create a blank.htm document within the installation root and admin folder to prevent 404 errors. This is just a blank html &amp;#100;ocument. This will be included in the next update. Many thanks again for the report. I've just added you to our customer group.</description><pubDate>Mon, 18 Jul 2005 05:08:10 GMT</pubDate><dc:creator>Ryan Healey</dc:creator></item><item><title>Https Warning</title><link>http://community.instantasp.co.uk/Topic7664-45-1.aspx</link><description>If IF 4.0 forums are installed in SSL web area (https://) then at times we get &lt;STRONG&gt;Security Warning&lt;/STRONG&gt; (This page contains both secure and insecure items. Do you want to display insecure items? [Yes] [No] [More Info]) message box. &lt;/P&gt;&lt;P&gt;It happens when you click on User Name or Rated Topic or Display Mode or Topic Options in every case the popup windows with additional option is displayed.&lt;/P&gt;&lt;P&gt;The reason for the error is that absolute instead of relative addresses are being used in parts of the code.&lt;/P&gt;&lt;P&gt;Robert</description><pubDate>Fri, 15 Jul 2005 03:41:43 GMT</pubDate><dc:creator>rooobce</dc:creator></item></channel></rss>