| 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
|
|
|
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
|
|
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
|
 |
 |
|
|
subject: is jscript & javascript both are same?
|
|
|