Top "Jscript" questions

JScript is a scripting language based on the ECMAScript standard, created by Microsoft and implemented in a range of environments.

How to replace comma with a dot in the number (or any replacement)

I could not found a solution yet, for replacing , with a dot. var tt="88,9827"; tt.replace(/,/g, '.') alert(…

javascript regex replace jscript
What's the difference between JavaScript and JScript?

I have always wondered WHaT tHE HecK?!? is the difference between JScript and JavaScript.

javascript jscript
How can I compress (/ zip ) and uncompress (/ unzip ) files and folders with batch file without using any external tools?

I know the similar questions were asked here a lot, but I'm not completely satisfied with the answers (and even …

.net zip jscript batch-file
Need to generate prime numbers in JavaScript

I am writing a JavaScript to generate prime numbers from 2 to 100. However It doesn't work and can't figure it out. …

javascript jscript
list of exceptions

I am looking for a list of possible exceptions in c#, c++, vb.net, j# and jscript. The problem is …

c# c++ vb.net jscript j#
How can I download a file with batch file without using any external tools?

First to clarify this question is aimed to HTTP(s) download .For FTP may be I'll ask (and answer) another …

.net jscript wsh batch-file
Run a bat file from javascript

I'm trying to run a bat file using javascript. I've tried using powershell but it didn't seem to work properly. …

javascript batch-file jscript wsh
Can't find variable: $

var scriptFile = $(tempNode).attr("customJScriptSrc"); When passing this i get “Reference Error: Can’t find variable: $” Kindly suggest me any …

jscript
Show loading gif while waiting for ajax response

I have a seat chart. When i click a seat, i want to show a loading gif. Seat chart comes …

ajax jquery jscript jquery-svg
Copy folder contents to a created .zip file: 'file not found or no read permissions'

I'm trying to create a .zip file from an existing folder using JScript and it seems that my copyHere function …

windows jscript wsh