I have a website with a Javascript button, that submits the code entered and refreshes the screen. This is on a open source application and it not my own code.
This button does the job most of the time, but I would like to "hook" into this feature if that is the correct terminology and auto refresh the submit at a specific interval.
<button id="dataRefreshButton" type="submit" title="Refresh with latest data." class="button capsule up">
I was wondering if there is a way to auto submit this code in some way?