Login | |
|
 |
RE: KeyPress example - 5/6/2008 7:24:02 AM
|
|
 |
|
| |
Fredledingue
Posts: 297
Score: 0
Joined: 5/9/2005
From:
Status: offline
|
Why don't you hard-code the html code in the hta? If you need to build it up through a variable process, do it in memory using a variable or an array. Then add the code when it's completed in the memory all at once.
_____________________________
Fred
|
|
| |
|
|
|
 |
RE: KeyPress example - 5/9/2008 7:27:10 AM
|
|
 |
|
| |
Fredledingue
Posts: 297
Score: 0
Joined: 5/9/2005
From:
Status: offline
|
So create a script to write the final table code to a file, then copy-paste it into your hta for hard-coding once for all. Thought I'm still surprised that t's "very slow"...
_____________________________
Fred
|
|
| |
|
|
|
|
|