|
-
Dec 7th, 2001, 01:49 PM
#1
Thread Starter
Fanatic Member
What is a good definition of Client Side vs. Server Side Javascript Programming?
Bird of Prey
Mr. Bald Eagle.
[img][/img]
-
Dec 7th, 2001, 02:49 PM
#2
Black Cat
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.
-
Dec 7th, 2001, 05:02 PM
#3
Thread Starter
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|