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 636081
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T20:28:34+00:00 2026-05-13T20:28:34+00:00

I am making an Ajax call within my page to a DB and pulling

  • 0

I am making an Ajax call within my page to a DB and pulling products that have images included.

Here is the ajax call that i’m making:

    $.ajax({
    type : "GET",
    url : "**https**://www.mydomain.org/getRow.php",
    dataType: 'html',
    success: function (msg) {
        $(".drag-desired").html(msg);
        $.event.trigger('init-draggable-products');
    },
    error: function (xhr) {
        $('#errorDisplay').html('Error: '+ xhr.status + '' + xhr.statusText);
    }
});

Problem that I am having is with IE it gives a prompt asking if the visitor would like to view the unauthenticated content. If the person was to click no or yes they would like the browser to block that content I’m not getting the products to display.

Here is my php file that is grabbing the products:

<?php

define('INCLUDE_CHECK',1);
require "connect.php";

?>

<?php

$result = mysql_query("SELECT * FROM internet_shop WHERE price = 5");
while($row=mysql_fetch_assoc($result))
{
  echo '<div class="product"><img src="https://www.mydomain.org/img/products/'.$row['img'].'" alt="'.htmlspecialchars($row['name']).'" width="128" height="128" class="pngfix" /></div>';
 }

?>
  • 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-13T20:28:34+00:00Added an answer on May 13, 2026 at 8:28 pm

    You are seeing this error because you are loading only some of your contents over HTTPS the rest if being loaded over HTTP (without SSL). Some browsers just don’t like it.

    Using Live HTTP headers on your link. I can see that you are loading Jquery and Jquery UI over HTTP. (eg http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js
    )

    Change these links to HTTPS and you will be fine.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on a web page where I'm making an AJAX call that returns
I am making an AJAX call and I get the following: {status:Results Found,errorcode:0,result:[{name:test,id:1},{name:some,id:2}]} What
I'm currently making an ajax call to the server to get a list of
So I have my JavaScript making an Ajax call to /my_controller/ajax_action but then in
What's the best practice for making sure that certain ajax calls to certain pages
I'm making a webpage with dynamic content that enters the view with AJAX polling.
i'm making an ajax call to a php function... i'm trying to display the
I've rewritten my family web site using JavaScript (JQuery) making Ajax calls to PHP
I am making use of AJAX on my site and I would like to
I am making a request to a CGI program using AJAX. The response sends

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.