Quote:
Is there a general problem with using SSL with frames? |
Nope. What the issue is- is that ALL the content in the browser window has
be https, or the browser won't show the secure icon.
I'm guessing you have a http frameset, and clicking the link opens a https
file in One of it's frames??
The frameset file, the contents of all the frames, and all images and stuff
in them have to https. Or-simplify it for the order process, and link to a
single non-framed https page, with minimal navigation out. Simple is better,
because all content sent with https is encoded, making the file size larger,
then decoded in the browser. Image heavy designs can take a while to render.
(AND- have any navigation on the https page that goes back to the regular
site use full http:// paths, so the user doesn't wind up browsing around
regular parts of the site using the slower https protocol.