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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T12:11:45+00:00 2026-06-17T12:11:45+00:00

I have a javascript file named a.js located in host a. The code in

  • 0

I have a javascript file named “a.js” located in host a.
The code in a.js is as below:

function sayHello() {
    alert("Hello, world");
}

I have a html file named b.html located in host b, in which there are code like below:

<html>
  <head>
    <script type="text/javascript" src="http://a/js/a.js" />
    <script type="text/javascript">
      sayHello();
    </script>
  </head>
  <body>
  </body>
</html>

When I key in the url “http://b/b.html&#8221; in my browsers (I have tested in IE8, Chrome), my browsers don’t pop the alert window. Did I miss something configuration ?

How should I do so that my b.html can include a javascript file which is located in another host and the functions in the javascript file can be executed just like we include Google’s javascript API files ?

Thank you for your help.

  • 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-17T12:11:46+00:00Added an answer on June 17, 2026 at 12:11 pm

    You’re having this problem because the <script> tag is not self-closing (unless you’re serving your file with a XML content-type). As Dr.Dredel said, in this case it’s not related to any kind of security restriction. Change your markup to:

    <script type="text/javascript" src="http://a/js/a.js"></script>
    

    Further reference: Why don’t self-closing script tags work?

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

Sidebar

Related Questions

In my HTML file, I have a JavaScript function named CheckCaptcha. I am using
I have this javascript code (the function SHA-1 is located in an external file):
I have a javascript file which has a function calling a server (url) to
Suppose I have a Javascript file function js_main(args){ /* some code */ var x
I currently have this Javascript in a file named getresults.js: function getItems(str) { if
I have a js file named bars.js. This javascript file contains the code to
here is the problem.. i have a javascript file which is named javascript.js like
I have the following code in my view located in \app\views\deployment_group named make_deployment_group.html.erb <%=
i have the following javascript file named coupon.js - jQuery(document).ready(function(){ jQuery('.appnitro').submit( function() { $.ajax({
For simplicity, i have the following file named test.jsp: <script language=javascript> alert(a$b.replace(/\$/g,k)); </script> I

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.