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