Web Analytics Made Easy -
StatCounter What can javascript do... - CodingForum

Announcement

Collapse
No announcement yet.

What can javascript do...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • What can javascript do...

    Hi,
    I wanted to know if javascript can access local and remote servers to run scripts and such? What about accessing a sql database, can javascript do that? Oh, is there a place on the web that has a complete list of javascript classes and methods? I wanna learn how to manipulate the scrollbars and things like that, among other things, these green scrollbars are really cool
    Thanks a bunch,
    JD

  • #2
    "View Source" reveals:-

    <style type="text/css">
    BODY {
    SCROLLBAR-BASE-COLOR: #86BF4B;
    SCROLLBAR-ARROW-COLOR: #000000;
    }
    </style>

    All the code given in this post has been tested and is intended to address the question asked.
    Unless stated otherwise it is not just a demonstration.

    Comment


    • #3
      For Javascript info you might try:-


      All the code given in this post has been tested and is intended to address the question asked.
      Unless stated otherwise it is not just a demonstration.

      Comment

      Working...
      X