Customer Care
Support Docs
Developer Docs
FAQs Library
Shopping Cart Help
SLA/TOS/AUP
Other Services
In The News


support department
Advertisement






Lost Password?
Home arrow Customer Care arrow Conxions Forum
Re: Internet Explorer Security Messages During Checkout - 2005/11/14 01:19 Mike,

With SSL security it is either all encrypted or nothing. This means that all of your image SRC= values have to be using a relative path to the file so that when you switch between non-secure and secure pages the URL switches with it.

Bad Usage:
http://www.yourdomain.com/image.gif

Good Usage:
/image.gif

This goes the same for references to stylesheets, favicons, embeds, javascript and any other element that will be loaded with the page.

In your case you are using a full url to your javascript.

src="http://www.yourdomain.com/javamenu.js"

Change this to:
src="/javamenu.js" and the page will load without error.

Wil
  | | The administrator has disabled public write access.

      Topics Author Date
    thread link
Internet Explorer Security Messages During Checkout
Joyfulstyle 2005/11/13 10:23
    thread link
thread linkthread link Re: Internet Explorer Security Messages During Checkout
WilHatfield 2005/11/14 01:19

                                                        Contents Copyright 2001-2005 HyperConX International, LLC - All rights reserved