Tagged Questions

1
vote
2answers
50 views

In JScript, is it possible to implement getters and setters that look like object properties from the outside?

While trying to port and generally playing around with some non-browser code, I came across getters and setters that looked like normal object properties. Something like this: js& …
0
votes
6answers
91 views

word count method

I have recently used modified a word count method in javascript for my website, so that it counts the intial amount words in the textarea, but it doesn't quite work function word …
0
votes
2answers
68 views

writing out a null in javascript

This question is in follow up to this one: write binary data using JavaScript on the server. The problem there with just using Response.Write to write the string is that the str …
2
votes
2answers
69 views

Write binary data using javascript on the server.

I'm trying to output a PDF using server side javascript (ASP). The current method I'm using is: xfile=Server.MapPath(lib.fso.GetTempName()) xf=lib.fopen(xfile,"wb"); lib.fwrite(x …
0
votes
1answer
12 views

How to touch a file with JScript?

Is there a way to touch a file (i.e. change its modification time) from a JScript? There is a DateLastModified property in FileSystemObject (ActiveXObject), but it's read-only. Co …
0
votes
1answer
64 views

Javascript to Jscript ??

I need help with this... I've found a javascript app online in which I want to insert into powerpoint for a presentation... Vb support jscript Can i convert Javascript to Jscr …
0
votes
3answers
94 views

Help with Javascript to JScript Conversion

Background: I have data that I'm encrypting with javascript on the client side that needs to be decrypted on the server side. As far as I can tell, the javascript AES library I' …
0
votes
1answer
33 views

static functions in JScript?

I have some example jscript code and i would like the function to be static. package pkg { class b { public function increment(x) { return x+1; } } } //in C# methInfo.Invoke(null …
0
votes
0answers
6 views

Running multiple JScript files in a separate process

I am looking for a way to launch multiple scripts in a separate process from my main script, but in such a way that they can access copies of variables I've declared. Consider the …
1
vote
0answers
30 views

Detecting the version and company name of an exe using jscript

Hi, I kwnow how to retrieve the version of an exe using jscript, but I can't find any way to retrieve other info like "Company", "Internal name" or "Product name". function versio …
1
vote
1answer
14 views

JScript error in XVal, Has anybody seen this error?

Microsoft JScript runtime error: 'this.Plugins[...]' is null or not an object coming from this code: var xVal = xVal || { Plugins: {}, AttachValidator: function(elementPr …
1
vote
2answers
19 views

accessing enums in a COM object [jscript]

How do I access an enum that is defined within a COM interface? Specifically, I've created a new instance of an iTunes.Application: var iTunesApp = WScript.CreateObject("iTunes …
1
vote
1answer
28 views

Can I initialize objects written in JScript from VBScript?

I am trying to write a WSH logon script. Administrators throughout the company need to be able to customize the execution of the script, and execute additional scripts, for specifi …
0
votes
1answer
33 views

DHTMLX : Known problems with IE?

Are there any DHTMLX users out there? We have an app that is being developed that renders fine in Firefox and Chrome, but is suffering greatly under IE. Any thoughts? Copied f …
0
votes
0answers
27 views

Need an explanation on iTunes COM persistent ID. Is the ID for a track same when its transferred to an iPod?

I am writing a JScript script with iTunes COM api for updating ratings and played count from the iPod database back into iTunes Library. In order to do so, the script should be abl …

1 2 3 next
15 30 50 per page