Search found 17 matches

by woowil
Wed Feb 06, 2008 10:51 am
Forum: Other Scripting Languages
Topic: HTA Framework Library
Replies: 7
Views: 16333

HTA Framework Library

SirTom:
No! I've never heard of HTALite.

The HTA I'm developing is called Module Based HTA Application. It will be based on the HTA Framework Library.
by woowil
Tue Nov 20, 2007 4:56 am
Forum: Other Scripting Languages
Topic: File Upload
Replies: 5
Views: 6193

File Upload

Hello.
There is a program called wget which is like the robocopy version for the web.Link: http://www.alltheweb.com/search?cat=web ... ng=prefTry it, and you will be amazed.woowil2007-11-20 12:57:45
by woowil
Tue Nov 20, 2007 4:33 am
Forum: Other Scripting Languages
Topic: HTA Framework Library
Replies: 7
Views: 16333

HTA Framework Library

I'm gonna check out your other posts. Maybe we could share experience. Here is the latest Library structure:XXXXXX.EnvXXX.Com.OfficeXXX.LogXXX.Log.HTAXXX.Log.FileXXX.SysXXX.Sys.ADOXXX.Sys.IOXXX.Sys.IO.FileXXX.Sys.IO.File.INIXXX.Sys.IO.File.XMLXXX.Sys.IO.File.JSCompressionXXX.Sys.IO.File.JSEncryption...
by woowil
Wed Oct 03, 2007 2:04 am
Forum: Other Scripting Languages
Topic: Print an area in an HTA
Replies: 2
Views: 6278

Print an area in an HTA

Printing in HTA:

<tag>.document.execCommand('print')

In this case : div1.document.execCommand('print')
HTA frame : document.body.execCommand('print')
by woowil
Tue Oct 02, 2007 3:51 am
Forum: Other Scripting Languages
Topic: Article: Eight Reasons to use JScript
Replies: 12
Views: 21632

Article: Eight Reasons to use JScript

I still can't understand why Microsoft isn't pushing HTA Application technology since this has more or lees become a standard. Vista uses Widgets which is a similar in a way but it isn't standard on other Windows OS. For me the future is web solutions, mobile solutions, portable solutions and platfo...
by woowil
Sun Sep 30, 2007 4:07 am
Forum: Other Scripting Languages
Topic: Article: Eight Reasons to use JScript
Replies: 12
Views: 21632

Article: Eight Reasons to use JScript

Hello everybody thanks for an interesting discussion. I believe I do have some points I'd like to add here. But first of all, here is my background. I'm a Windows Infrastructure technician having experience with enterprise platforms, Windows networks, web programming and advanced Windows Scripting. ...
by woowil
Sun Sep 30, 2007 2:23 am
Forum: Other Scripting Languages
Topic: HTA Framework Library
Replies: 7
Views: 16333

HTA Framework Library

Hold people. I will soon announce a library for HTA Applications which I've been working on for a couple of years. The Library is 100 % made in JScript/JavaScript using prototypes of course, AJAX technology and all kind of client and web technology. Here are my main objectives. 1. Create a framework...