Print Page | Close Window

HTTPS causes insecure items prompt

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Rich Text Editor (RTE)
Forum Description: Support forum for the Web Wiz Rich Text Editor (RTE).
URL: https://forums.webwiz.net/forum_posts.asp?TID=15412
Printed Date: 28 March 2026 at 5:58pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: HTTPS causes insecure items prompt
Posted By: DeuxDeux
Subject: HTTPS causes insecure items prompt
Date Posted: 09 June 2005 at 1:58pm
I just solved my own problem !
 
The following line from RTE_javascript.asp generates the prompt regarding insecure documents:
 
textArea.parentNode.insertBefore(iframe, textArea);
 
All you have to do is make thye SRC property of the iFrame KNOWN :>
Set it to some other file in your HTTPS folder like this...
 
 iframe.setAttribute('src', 'loading.htm');
 
After assigning the valid filename (which no doubt carries the https flag with it), you will find that the offensive 'insertBefore' command will now function!
 
dBee
 

 



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net