Hi all,
I'm customising a VBScript to HTA, just for the sheer hell of it -- why, because it looks different and much more fun!
I have an issue where I'm trying to set one variable (it's already pre-defined, it's just text). I can't figure out for the life of me how to make this work.
Basically, I have:
Status.innerText = "Yes"
Then in the HTML part I have:
But can I get it to just show within the Span ... no! I've used almost the same with two variables which are pulled from different sources, they work fine, but setting one variable manually, just doesn't work.
I hope someone has the answer I just can't find!
Many thanks!