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

The Archive Base Latest Questions

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

I have a web page that pulls in several javascript files in the HEAD

  • 0

I have a web page that pulls in several javascript files in the HEAD section. The path to one of those files is generated dynamically, and I’m seeing an issue with some paths that include the # character. For example, the following path does not resolve correctly, and therefore the .js file does not load (even though I’ve verified that it exists):

<script src="\\remote_machine\share\test\this is #3 test\test.js"></script>

I’m wondering what the special meaning of ‘#3’ is in this situation. I’ve tried replacing the # character with the equivalent html entity, like so:

<script src="\\remote_machine\share\test\this is &#35;3 test\test.js"></script>

but that does not resolve the issue. Further, I notice that the following path does resolve correctly (assuming the file exists):

<script src="\\remote_machine\share\test\this is # test\test.js"></script>

Could anyone explain the meaning of ‘#3’ in the context of html as described? What’s the recommended fix?

EDIT: I’ve tried replacing the ‘#’ with “%23” in all three examples above. The first two remain broken, and the third no longer works. If I additionally replace all spaces with %20, I get the same result.

  • 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-13T06:34:31+00:00Added an answer on May 13, 2026 at 6:34 am

    Apart from the issue with the hash and spaces (which should indeed be encoded as %23 and %20 respectively), you’ve also got backslashes. Backslashes aren’t directory separators in URLs. A URL is not the same as a filename, and what you’ve got there isn’t even a filename, it’s a UNC path, for local-area Windows networking.

    There is no standard way to embed a UNC path in a URL; Windows networking has no place on the web and you shouldn’t include references to resources on a Windows network in a web page. That js needs to be on a proper web server that you can reference with normal HTTP URLs.

    If you must try:

    file://remote_machine/share/test/this%20is%20%23%20test/test.js     # works on IE, Chrome, Opera
    file://///remote_machine/share/test/this%20is%20%23%20test/test.js  # works on IE, Firefox
    

    (Neither works on Safari.)

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

Sidebar

Related Questions

I am working on a web page that pulls an external javascript file that
new on rails and using windows for now,, i have web page that user
I have web forms page that has 2 controls. A gridview and an associated
I have a web page that prompts for user input via DropDownLists in some
I have a web page that whenever your in a text-field, if you hit
I have a web page that I display in a WPF WebBrowser control within
I have a web page that consists of a checkbox (parent) and on this
I have a web page that displays a list of documents stored on the
I have a web page that is intended to be loaded on a person's
I have a web page that uses cross page posting to post to a

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.