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

  • SEARCH
  • Home
  • 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 6664325
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T02:35:53+00:00 2026-05-26T02:35:53+00:00

Using the below AJAX request, what is the largest amount of HTML I can

  • 0

Using the below AJAX request, what is the largest amount of HTML I can receive through this, from my ASP page? Is there no limit or performance issues? I would like to request a list of images (between 20 and 100) including the HTML code that displays them, and display it in ‘myElement’.

var xmlhttp;

if (window.XMLHttpRequest)
    xmlhttp = new XMLHttpRequest();
else
    xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");

xmlhttp.onreadystatechange = function() {
    if (xmlhttp.readyState == 4 && xmlhttp.status == 200)
        document.getElementById('myElement').innerHTML = xmlhttp.responseText;
};

xmlhttp.open("GET","myPage.asp?ID="+id,true);
xmlhttp.send();

Many thanks

  • 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-26T02:35:53+00:00Added an answer on May 26, 2026 at 2:35 am

    There’s no maximum limit in the HTTP spec. Browsers or the server software might impose some sort of limit, but that limit is usually fairly high. 100 images is practically nothing, and the code for 100 images is going to be less than 1kb, unless you’re doing something really wrong.

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

Sidebar

Related Questions

I am using Ajax to retrieve the data from server as below based on
In my view there is a form shown below <% using (Html.BeginForm(SaveRecords, Search, FormMethod.Post))
I am using the below jquery code to call a ajax function in my
My form has a custom element like below, created using custom ajax: <select jwcid=testtest
I have a class that I am using below. And I am using this
In past, I am using Listview and using below code can show a particular
I've been trying to return special characters from an AJAX request to a PHP
Im using the google APIs ajax below to get images for particular search terms.
I am sending an AJAX request using javascript to a servlet. The servlet is
I'm really confused on this one. I'm trying to do a simple ajax request,

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.