Hello all.
I have an HTA. What I would like to achieve is to have an input button that says 'click' (or anything really) and have it load a document, such as another webpage, a pdf, an image, or anything in the HTA window itself - is this possible?
I've tried things such as..
<input type="button" value="Open new window" onclick="window.navigate('tester.html', 'test');"> but this loads the result in a new window.
Any ideas? Sorry for the novice question.
-can
I have an HTA. What I would like to achieve is to have an input button that says 'click' (or anything really) and have it load a document, such as another webpage, a pdf, an image, or anything in the HTA window itself - is this possible?
I've tried things such as..
<input type="button" value="Open new window" onclick="window.navigate('tester.html', 'test');"> but this loads the result in a new window.
Any ideas? Sorry for the novice question.
-can