fac-verify refresh knopje is wel fijn nu ze in het menu staan
svn path=/Website/trunk/; revision=29067
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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") %>
|
||||
|
||||
Reference in New Issue
Block a user