I have a button that works and loads the file as it should, the only problem with this is that it opens in a new window and it needs to open in the inline frame called "status1". I just cant figure out where to add the target="..." part.
Any ideas, here is the code for the button:
Any ideas, here is the code for the button:
Code:
<input name="Button" type="button" id="button" target="status1" onclick="window.open('STATUS.txt')" value="Current Week Status"/>