I'm assuming that column A contains the names of the computers you want to query, and that the first computer listed is on (int)row 3. I am also assuming that you want to determine the o/s of each...
I'm afraid I know nothing about "yoplet" but if you want to use tablesorter - or virtually any other jQuery table based plug in - you're going to need to convert the Excel data into HTML table based...
CSS isn't my strong suit but I really can't get this to work and would appreciate some help.
I am trying to get the text entered into a large <INPUT> text control to be at the top left corner, which...
I think you might need to repost this request to a different forum. What you're asking for is a server-side application, not a client-side script. You've also not specified some fundamentals like...
I think the problem is the CSS definition as it's not quite right. What you've entered is:
.division a { color: red; }
.links a {color: blue;}
Which is creating a class called division with a...
I don't think it can be a problem with the script you posted as it's an old Scripting Guys script which has been tested and used countless times. The obvious test is to RDP into that server and run...
Your script looks fine so I suspect the issue is either security (you don't have rights), or more likely nested folder names - so if you are trying to create a folder:...
I've never created a database that way and I'm not sure that's the right way to do it!
Why not just use a tool like Microsoft SQL Server Management Studio to connect and create the database, then...
Not a desktop app but an interesting article on mobile app development with HTML5.
http://venturebeat.com/2011/08/16/linkedin-node/
And this one http://maxogden.com/
For something like this, it's worth looking at a library like jQuery because it makes it very easy to select related items.
Here's your application coded in jQuery to only allow checkboxes on the...
Properly speaking, your "checkboxes" for (1,4,7,10,13,14,15,16,17) should be radio buttons which fulfil the function that only one may be selected at any one time. Just make sure they all have the...
If you're using programming to generate this, check out this
http://support.jodohost.com/archive/index.php?t-7692.html
You need to provide a "CID" content id reference to the source image and then...
What PeejAvery has very patiently informed you to do is copy the text generated from the website - the "2000 characters", and paste it into the IMG code he supplied to replace the highlighted text...
I see you've answered this yourself in a different post. The thing with script files is that they are implicitly in one language or another, so a file ending in .JS is pure JavaScript, there's no...
Lots of problems there.
1. You've defined a variable ES which you don't then use anywhere:
var ES = ""; // literal empty string
2. You're putting up a prompt asking for what movie you want to see,...