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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T04:45:40+00:00 2026-06-02T04:45:40+00:00

I am trying out some AJAX code, where an HTML page makes an ajax

  • 0

I am trying out some AJAX code, where an HTML page makes an ajax call to a JSP page and gets the date from the JSP to present on the HTML page. The code below just shows the entire reponse in the alert box, and all I get in return is a random number like this :1334754128581. The responsetext is not returning the HTML. The code does return a readystate of 4 and status == 200. Here’s the code in the HTML:

<!DOCTYPE html>
<html>
<head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>

<script type="text/javascript">
function createXMLHttpRequest(){
  if( typeof XMLHttpRequest == "undefined" ) XMLHttpRequest = function() {
try { return new ActiveXObject("Msxml2.XMLHTTP.6.0") } catch(e) {}
try { return new ActiveXObject("Msxml2.XMLHTTP.3.0") } catch(e) {}
try { return new ActiveXObject("Msxml2.XMLHTTP") } catch(e) {}
try { return new ActiveXObject("Microsoft.XMLHTTP") } catch(e) {}
throw new Error( "This browser does not support XMLHttpRequest." )
 };
return new XMLHttpRequest();
}

var AJAX = createXMLHttpRequest();

function handler() {
 if(AJAX.readyState == 4 && AJAX.status == 200) {
  var txt =  AJAX.responseText ;
  alert('Ajax success. Result: ' + txt);
 }else if (AJAX.readyState == 4 && AJAX.status != 200) {
   alert('Ajax failed');
 }
}

function show(){
  AJAX.open("GET", "service.jsp");
  AJAX.onreadystatechange = handler;  
  AJAX.send("");
};
</script>

<body>
  <a href="#" onclick="javascript:show();"> Click to get data from server</a>
</body>
</html>

The JSP page:

<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>

 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4 /loose.dtd"> 
<html>
<head>
<title> JSP </title>
</head>
<body>
<%=new java.util.Date()%>
</body>
</html>

This code is being run on Tomcat v7.

  • 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-06-02T04:45:42+00:00Added an answer on June 2, 2026 at 4:45 am

    Sorry, my mistake. I had a custom servlet in web.xml that was processing all jsps. The servlet writes current time to the writer that is where I was getting the random number from.

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

Sidebar

Related Questions

I was just trying out some code, not a experienced coder. I implemented(at least
I have some test code that i'm just trying to use to figure out
I am trying to make a ajax call to other domain locally from my
Im using jquery to call a page via ajax. I have some jquery functions
I was trying out some exercises of db-class.org videos.There was one problem of finding
I am learning QT and trying out some examples. I am trying to make
I'm new to MongoDB and trying out some fundamentals, but this astonished me. I'm
I am a software development guy. Lately I was thinking of trying out some
I am trying to test out some Dapper stuff using LinqPad. Dapper needs a
I'm debugging this site and trying to sort out some issues that arise in

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.