Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. primitive http server

primitive http server

Scheduled Pinned Locked Moved Web Development
questionjavascriptsysadmin
7 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    ayala felheimer
    wrote on last edited by
    #1

    hello, i'm dealing with a primitive http server that doesn't support client-side javascript. my question is why does it have to support it? i am using internet explorer browser, the browser does support js. why does the server have to support client-side javascript? thank you,

    A M S N 4 Replies Last reply
    0
    • A ayala felheimer

      hello, i'm dealing with a primitive http server that doesn't support client-side javascript. my question is why does it have to support it? i am using internet explorer browser, the browser does support js. why does the server have to support client-side javascript? thank you,

      A Offline
      A Offline
      Abhishek Sur
      wrote on last edited by
      #2

      Makes no sense. You mean your web server dont process client scripts. Javascripts are totally processed by the client. The thing that you have to do, is just to download the js file to the client. Check the extensions associated with the web server. Also if possible, let us know which server you are using?

      Abhishek Sur My Latest Articles Working with Excel using MDAC
      Basics on LINQ and Lambda Expressions
      Create .NET Templates

      A 1 Reply Last reply
      0
      • A ayala felheimer

        hello, i'm dealing with a primitive http server that doesn't support client-side javascript. my question is why does it have to support it? i am using internet explorer browser, the browser does support js. why does the server have to support client-side javascript? thank you,

        M Offline
        M Offline
        Marc Firth
        wrote on last edited by
        #3

        as long as your pages have been coded correctly and the sever is meant to send js to files to the client it should work. Servers don't really "support" javascript. they send the files. and if they are not doing that then it's probably a security setting or server-side rule for javascript docs. Javascript runs entirely client side. it can make requests for pages (http request), but that's just about it in terms of client-server interaction. Like the other poster said; What server are you using???

        Neonlight

        1 Reply Last reply
        0
        • A ayala felheimer

          hello, i'm dealing with a primitive http server that doesn't support client-side javascript. my question is why does it have to support it? i am using internet explorer browser, the browser does support js. why does the server have to support client-side javascript? thank you,

          S Offline
          S Offline
          Super Lloyd
          wrote on last edited by
          #4

          maybe the web server only allow to download certain document. in particular, maybe it DOESN'T allow to download .js file?

          A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

          1 Reply Last reply
          0
          • A Abhishek Sur

            Makes no sense. You mean your web server dont process client scripts. Javascripts are totally processed by the client. The thing that you have to do, is just to download the js file to the client. Check the extensions associated with the web server. Also if possible, let us know which server you are using?

            Abhishek Sur My Latest Articles Working with Excel using MDAC
            Basics on LINQ and Lambda Expressions
            Create .NET Templates

            A Offline
            A Offline
            ayala felheimer
            wrote on last edited by
            #5

            hello, thanks for answering. you realy helped me. it was my problem and i thought it is the server's. what about css? is it the same?! the server has to support it? thanks again,

            A 1 Reply Last reply
            0
            • A ayala felheimer

              hello, thanks for answering. you realy helped me. it was my problem and i thought it is the server's. what about css? is it the same?! the server has to support it? thanks again,

              A Offline
              A Offline
              Abhishek Sur
              wrote on last edited by
              #6

              Yes .. Same buddy.. Just see if the extension css is blocked to the server or not. If it is not, css will load just like the JS.

              Abhishek Sur My Latest Articles Working with Excel using MDAC
              Basics on LINQ and Lambda Expressions
              Create .NET Templates

              1 Reply Last reply
              0
              • A ayala felheimer

                hello, i'm dealing with a primitive http server that doesn't support client-side javascript. my question is why does it have to support it? i am using internet explorer browser, the browser does support js. why does the server have to support client-side javascript? thank you,

                N Offline
                N Offline
                nastytoe
                wrote on last edited by
                #7

                Are you sure its not Java? I always thought jscript runs soley on the users computer.

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups