Questions tagged [jscript-10]

5 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
  • 156,883
  • 55
  • 337
  • 385
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
  • 592
  • 2
  • 8
  • 22
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: