Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 258071
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T22:09:00+00:00 2026-05-11T22:09:00+00:00

I have a simple peice of jQuery code that submits a form and hides/shows

  • 0

I have a simple peice of jQuery code that submits a form and hides/shows some on screen information. It works fine when tested, until loaded via https:// upon which it breaks in IE7. It appears to break totally, with none of the script having any effect. I also get the IE warning that “some elements are insecure”.

Does anyone have any experience of this happening? Or even better, a solution! I have to load the page via https as its a credit card payment page.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T22:09:00+00:00Added an answer on May 11, 2026 at 10:09 pm

    The three previous answers all mention the problem of a secured “https” page trying to include scripts or other resources (stylesheets, images, etc) from an “http” path…

    I would like to add to these, and note that if you have a situation where the same pages could be loaded via either http or https, then you can create “protocol-less” URLs—the protocol will be assumed to be the same as the current page. Note this is only needed for accessing resources on different domains (and will only work if those different domains support both http and https), because obviously if you’re accessing resources on the same domain, you don’t need to start with http:// at all…

    For example, each of these three resources would assume either http or https depending on how the current page was accessed:

    <script src="//www.example.com/whatever.js" type="text/javascript"></script>
    <img src="//www.example.com/someimage.png" alt="whatever" />
    <link href="//www.example.com/styles.css" rel="stylesheet" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a form, and I have some jquery code to override the submit
I have a simple contact form that works in every browser, except IE. It
I have a peice of code that i call inside of $(document).ready() in jquery
I have a simple PHP script with a form that has two select fields,
I have this simple piece of code in jQuery $(document).ready(function() { $('#switcher').click(function(event) { if
Suppose that I have a simple form in my page like this : <form
I have some very simple forms that will send the user to a specific
peace folks, I have this small piece of jquery based code, that grabs all
I have this simple piece of code that uses boost::bind: #include <boost/bind.hpp> #include <utility>
I have this simple piece of code: MyObjectContext db = new MyObjectContext(); Person new_person

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.