JavaScript Version

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

All of the JavaScript used in my aspx pages are versioned by JavaScript1.2.
I want to use JavaScript2.0 so that I can use JavaScript classes. The
problem that I am having is that code is not working when I change it to 2.0.
In the IDE, the color of the function text changes from blue to black to let
me know that the version does not work.

I know my borwser supports 2.0 since I have other pages that use it.

Any idea?
 
It might work, it's just that the Visual Studio IDE doesn't have support for
client side JavaScript 2.0.. ;)

(I didn't know IE had support for client side 2.0 ;) )

HTH,
Lars-Erik
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top