HomeHome Product Discus... Product Discus...Payment Registr...Payment Registr...HTTP hard coded into secure page?HTTP hard coded into secure page?
Previous
 
Next
New Post
3/10/2012 11:22 AM
 

When I add the module to a page (and please see my previous post for version numbers) and mark the page as secuire, which of course it would be for taking credit card orders, I get an complaint form IE about mixed content.

In looking at the HTML, the following is present:

<table class="flex-container-m-table fullwidth">

<tr><td id="dnn_ctr935_ContentPane" class="flex-container-m-td flex-container-content"><!-- Start_Module_935 --><div id="dnn_ctr935_ModuleContent" class="DNNModuleContent ModSmithRegistrationC">

<link href="module.css" rel="stylesheet" type="text/css" />

<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/><

script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>

Are you hard coding an http references into the page?

Please advise.

Thanks,

Brett

 
New Post
3/12/2012 2:31 PM
 
Hi Brett,

When posting to the forum, please include the module version and DNN version you are running so anyone else viewing the thread can use these posts for references in case the issue you are reporting exists only on specific versions of the software.

In regards to the popup message in IE, you can open the Step1.ascx file found in the \DesktopModules\SmithRegistration folder and change the Google API links to use “https” instead of “http”.

Thanks,
 
Previous
 
Next
HomeHome Product Discus... Product Discus...Payment Registr...Payment Registr...HTTP hard coded into secure page?HTTP hard coded into secure page?