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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T01:11:46+00:00 2026-05-18T01:11:46+00:00

I am JUST starting with Dojo and am following the Hello World tutorial to

  • 0

I am JUST starting with Dojo and am following the “Hello World” tutorial to the letter. It’s here… http://www.dojotoolkit.org/reference-guide/quickstart/helloworld.html

I have an HTML page coded like this…

<html>
<head>
<title>Dojo: Hello World!</title>

<!-- SECTION 1 -->
<style type="text/css">
  @import "dojoroot/dijit/themes/tundra/tundra.css";
  @import "dojoroot/dojo/resources/dojo.css"
</style>
<script type="text/javascript" src="dojoroot/dojo/dojo.js"
djConfig="parseOnLoad: true"></script>

<!-- SECTION 2 -->
<script type="text/javascript">
 // Load Dojo's code relating to the Button widget
 dojo.require("dijit.form.Button");
</script>
</head>

<body class="tundra">
<button dojoType="dijit.form.Button" id="helloButton">
Hello World!
<script type="dojo/method" event="onClick">
dojo.xhrGet({
  url: 'response.txt',
  load: helloCallback,
  error: helloError
});
</script>
</button>
</body>
</html>

Allegedly this is supposed to popup the text from “response.txt” which is in the same directory (it’s there and chmod-ed to 755. Clicking the button however does absolutely nothing. Anyone encounter this before?
Thanks! JW

Edit: Just in case this matters, I am using Ubuntu 10 with Firefox 3.6.12.

  • 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-18T01:11:46+00:00Added an answer on May 18, 2026 at 1:11 am

    I don’t see where you’ve defined the helloCallback method that calls alert using the data from response.txt. The page you linked in your question has more info on that.

    <html>
    <head>
    <title>Dojo: Hello World!</title>
    
    <!-- SECTION 1 -->
    <style type="text/css">
      @import "dojoroot/dijit/themes/tundra/tundra.css";
      @import "dojoroot/dojo/resources/dojo.css"
    </style>
    <script type="text/javascript" src="dojoroot/dojo/dojo.js"
    djConfig="parseOnLoad: true"></script>
    
    <!-- SECTION 2 -->
    <script type="text/javascript">
     // Load Dojo's code relating to the Button widget
     dojo.require("dijit.form.Button");
    </script>
    <script>
         function helloCallback(data,ioArgs) {
            alert(data);
         }
         function helloError(data, ioArgs) {
            alert('Error when retrieving data from the server!');
         }
    </script>
    </head>
    
    <body class="tundra">
    <button dojoType="dijit.form.Button" id="helloButton">
    Hello World!
    <script type="dojo/method" event="onClick">
    dojo.xhrGet({
      url: 'response.txt',
      load: helloCallback,
      error: helloError
    });
    </script>
    </button>
    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Just starting out in asp.net. Have just created a login.aspx page in my site
Just starting to explore the 'wonders' of regex. Being someone who learns from trial
Im just starting a project and since this project is personal I was wondering
im just starting to learn flex and im trying to understand how Flex does
I am just starting out with DI & unit testing and have hit a
I'm just starting to design some embedded devices, and am looking for resources. What
I am just starting to learn javascript, so I don't have the skills to
I'm just starting to get into Django, and of course as of last night
I'm just starting with CodeIgniter, and I am not sure where things such as
As someone who is just starting to learn the intricacies of computer debugging, for

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.