fac-verify refresh knopje is wel fijn nu ze in het menu staan

svn path=/Website/trunk/; revision=29067
This commit is contained in:
Jos Groot Lipman
2016-04-20 11:05:42 +00:00
parent a4e937095e
commit 3db1faf6c0
2 changed files with 15 additions and 2 deletions

View File

@@ -218,6 +218,11 @@ function zipfile(pathname, filename)
}
xhr3.send(null);
}
function reload()
{
var hrefBase = window.location.href;
window.location.href = hrefBase;
}
</script>
</head>
<body onload='onload()'>
@@ -370,7 +375,10 @@ function testfolder(relpath, mustbethere)
<a href='fac_admtracking_search.asp' target="_new3">Click</a> to view update history
</td>
<td valign='top'>
<form method='post' taget='_new'><input name='saveas' type='hidden'><input type='submit' value='Save as'></form>
<form method='post' taget='_new'>
<input name='saveas' type='hidden'><input type='submit' value='Save as'>
<input type='button' onclick='reload()' value='Refresh'>
</form>
</td></tr></table>
</th>
<th align='left'>Information</th>

View File

@@ -58,6 +58,11 @@ if (Server.ScriptTimeout<600) Server.ScriptTimeout=600; // 10 minuten moet lukke
else
itm.style.display = 'none';
}
function reload()
{
var hrefBase = window.location.href;
window.location.href = hrefBase;
}
</script>
</head>
<body>
@@ -133,7 +138,7 @@ function checker (description, fnCheck, toggler)
}
%><table>
<thead><tr><th>fac_verify.asp $Revision$
<thead><tr><th>fac_verify_data.asp $Revision$ <input type='button' onclick='reload()' value='Refresh'>
<br>Checking <%= (new Date).toLocaleString() %>
<br>Customer: <%=customerId%>
<br>Database: <%=Oracle.RealConnection.Properties("User Name")+'@'+Oracle.RealConnection.Properties("Data source") %>