Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JScript and Javascript?

Status
Not open for further replies.

markshen2004

Programmer
Jun 9, 2004
89
CA
I am program ASP page with JScript now.I am not familar with JScript.do you think if it have same syntax with Javascript.

Thanks
 
absolutely. the syntaxes are same. e.g: for, while, if etc...

Known is handfull, Unknown is worldfull
 
JScript is Microsoft implementation of Javascript. Probably 99.5% is identical between the 2. The only thing that I can think of that is different between them is if you try to use a script tag with JScript as the declared language clientside it will only work in IE based browsers.

"Every day is like a precious gift, you have to make it count" James Birrell 1993-2001
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top