The moose likes HTML, CSS and JavaScript and the fly likes is jscript  & javascript both are same? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "is jscript  & javascript both are same? " Watch "is jscript  & javascript both are same? " New topic
Author

is jscript & javascript both are same?

saikrishna cinux
Ranch Hand

Joined: Apr 16, 2005
Posts: 689
pls clarify my doubt what is diff.b/w java script& jscript . and is it necessary for inckude .js files in script when writng a javascript progrming code.js(i.e javascript files)ex.<script src="example.js"> </script>


A = HARDWORK B = LUCK/FATE If C=(A+B) then C=SUCCESSFUL IN LIFE else C=FAILURE IN LIFE
SCJP 1.4
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56179
    
  13

Moved to HTML/Javascript.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15357
    
    6
jscript is different from javascript: http://www.jhz-cs.com/guides/js/jscript.html

You are not required to use external JavaScript files, but it is a good idea to use them since they are cached on the client and can allow you to use the same code on multiple pages without having to copy and paste over and over.

Eric
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: is jscript & javascript both are same?
 
Similar Threads
static variables in JavaScript or equivalent ?
java object to html
Javascript is not working in new window.
collapsable list
Is Javascript1.5 supported by IE6