Results 1 to 3 of 3

Thread: What is a good definition of Client Side vs. Server Side Javascript Programming?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2000
    Location
    Forest
    Posts
    545

    Question What is a good definition of Client Side vs. Server Side Javascript Programming?

    Thanks
    Bird of Prey

    Mr. Bald Eagle.
    [img][/img]

  2. #2
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    Server Side - generates some data, which may or may not be HTMLish, which is sent one way to client. (Or even more abstract, out an output stream to wherever).

    Client Side - runs within the client's user agent (web browser), doesn't have anything to do with the server- ie: javascript embedding in an html file doesn't really care if the file came from a web server or was read off a hard drive.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2000
    Location
    Forest
    Posts
    545
    Thanks,

    That was what I thought but had to verified it.
    Bird of Prey

    Mr. Bald Eagle.
    [img][/img]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width