vbscript - Display live log in HTA window -


i working on application liquid handling robot display hta window during run updates tell user or casual observer stage of process at. software robot gui vbscript few knobs , can run vbscript , executables during run. can use vbscript create timestamped file , append during run, able render in real time in browser window. thought of saving several versions of template hta window each stage , opening them software can't seem find code close open window before opening new one. alternative thought might write new text file @ each stage , have hta display update on if fileexists basis, again cant find code make hta window check (but doesn't use cpu or bring warnings might crash browser) , "repaints" window. little familiar vbscript , html/css if workable solutions involve javascript or else i'm willing have go!

any appreciated, thank you!

just set innerhtml or outerhtml of element want change.

        hotkeylist.innerhtml = "<table id=thotkeylist>" & headrow & tablevar & "</table>"  <span id=hotkeylist>  </span> 

Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -