Questions tagged [jscript-10]

6 questions
9
votes
2 answers

Does IE10 use JScript 10.0

@if (@_jscript_version == 10) document.write("You are using IE10"); According to Wikipedia IE10 will use JScript 10. JScript 10 seems to have a whole bunch of new proprietary extensions to EcmaScript 5. Is the version of the EcmaScript engine…
Raynos
  • 166,823
  • 56
  • 351
  • 396
0
votes
0 answers

Getting error with a jscript datatable in C#. New to jscript

I am new to jscript and am changing the code in a C# razor page. the data model have the variable AgvId in the model, but when I try and use it in the datatable column I get the following error. enter image description here I think the name is not…
Tom
  • 1
  • 1
0
votes
2 answers

Jscript ReadLine() related

Can any one please tell me that we use ReadLine() to read a particular line from a file (.txt). Now I want to read the total content of the file (not only the first line). For that what method I need to use. I googled a lot but I cant get the…
Arindam Rudra
  • 604
  • 2
  • 9
  • 24
0
votes
1 answer

How to check window.location exist or not

My current code is working when location is found. But I want to make a check that if location is not found, it will redirect somewhere else. Here is my code: