Login | |
|
 |
RE: HTA input examples - 6/22/2006 6:41:15 AM
|
|
 |
|
| |
kirrilian
Posts: 628
Score: 3
Joined: 3/15/2005
From:
Status: offline
|
very nicely done! I've been meaning to look into hta files more since I have been doing more and more web development lately and this is just what I was looking for. Thanks!
_____________________________
Have you searched here ? VBScript Fundamentals My Site
|
|
| |
|
|
|
 |
RE: HTA input examples - 6/22/2006 6:59:33 AM
|
|
 |
|
| |
mbouchard
Posts: 1916
Score: 16
Joined: 5/15/2003
From: USA
Status: offline
|
I agree, very nice. A couple recomendations if you don't mind? The textArea.txt file is created and would appear to be opened whenever the HTA is opened. I would move the opentext file into Submit area sub. I would then have it close the text file as soon as it was finished writing. I get a permission error with line 14 when I attempt to have multiple instances of the HTA Also, Is it possible to have a "view source" button? Would be interesting to see.
_____________________________
Mike For useful Scripting links see the Read Me First stickey! Always remember Search is your friend.
|
|
| |
|
|
|
 |
RE: HTA input examples - 6/23/2006 4:27:05 AM
|
|
 |
|
| |
mikeock
Posts: 124
Score: 1
Joined: 6/8/2006
Status: offline
|
change this line CONTEXTMENU = "no" to CONTEXTMENU = "yes" and then you will have the full normal right click menu that you would expect from a webpage.... such as view source!
_____________________________
My sig sucks!
|
|
| |
|
|
|
 |
RE: HTA input examples - 6/25/2006 10:44:26 PM
|
|
 |
|
| |
mbouchard
Posts: 1916
Score: 16
Joined: 5/15/2003
From: USA
Status: offline
|
quote:
ORIGINAL: mikeock change this line CONTEXTMENU = "no" to CONTEXTMENU = "yes" and then you will have the full normal right click menu that you would expect from a webpage.... such as view source! True, but the way that krunch has it setup is a good example of what can be done with an HTA.
_____________________________
Mike For useful Scripting links see the Read Me First stickey! Always remember Search is your friend.
|
|
| |
|
|
|
|
|