I have a website which has a section under maintenance with a button called create a new file - when you click on this button it does a backup and generate a filename on the same page called *.tbf - the filename changes each time you click on create a new file
i would like my vb program to click on that button and download the file - now the filename will be different each time, is there a way to find a *.tdf and download it?
the create a new file code is the following:
<input type="button" onclick="fnnOnCreteNewClicked(document.frmAddrBkBackup,'NR');" value="Create New File">
please help - thank you very much