|
-
Jan 29th, 2003, 03:16 PM
#1
JScript ??? JavaScript
I saw a book today about JScript .NET...so I guess that I got a ind of confused. Is JScrikt and JavaScript the same thing??? Isn't .NET microsofts framework. Why do JScript have a .NET book????
-
Jan 30th, 2003, 03:29 AM
#2
JScript is Microsoft's version of Javascript. JScript isn't supported on browsers other than Internet Explorer.
-
Jan 30th, 2003, 05:22 AM
#3
...lol...so it's like VBScript...don't think I want to start to learn JScript then..
-
Jan 30th, 2003, 06:19 AM
#4
Frenzied Member
I don't think it's really much different - the basics are the same as EMCAScript (or whatever the official JavaScript is called), it's just that it encompasses ActiveX and such. Basically just MS's implementation of JavaScript, but you're right - try to learn it the cross-browser way.
-
Jan 30th, 2003, 06:21 AM
#5
Thanks for your answers. Just got a little bit confused there a while...
-
Jan 30th, 2003, 08:58 AM
#6
Originally posted by NoteMe
Thanks for your answers. Just got a little bit confused there a while...
What else is new
-
Jan 30th, 2003, 09:34 AM
#7
...hehehehe...thanks for that one too...
-
Jan 30th, 2003, 11:55 AM
#8
Black Cat
Also, I'm fairly certain MS products don't differentiate between Javascript or JScript - they all get ran by the JScript ActiveX scripting engine, which is used by IE, ASP, WSH, etc.
JScript.Net is probably something new, though.
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.
-
Jan 30th, 2003, 01:59 PM
#9
OK...now you got me confused again...(everything was easier before I got internett )....do you say that JavaScript and JScript is the same thing??? Is JavaScript a MS product too....We are learning JAVA at school but not scripts so this is new to me....
-
Jan 30th, 2003, 02:56 PM
#10
Black Cat
1. Java is completely different than Javascript (both share syntax based on the C language). Netscape invented Javascript, originally called it LiveScript, but changed the name as Java became popular.
2. Microsoft released JScript for IE to compete with Netscape's Javascript, with pretty much the same thing, except with MS's extensions to it for IE.
3. Javascript has been standardized as ECMAScript, by the ECMA (European Computer Manufacturer's Association).
4. JScript and Javascript (still controlled by Netscape) claim compatibility with the standardized ECMAScript.
4. That said, IE will treat Javascript code as JScript to run it.
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.
-
Feb 1st, 2003, 11:16 AM
#11
Thanks JoshT. I don't think you could have explained it better. Feel like I have learned a little it today too....
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
|