File: D:/HostingSpaces/RImmers/duitsedog.tk/wwwroot/onderhoud/log.asp
<%
option explicit
%>
<!-- #INCLUDE VIRTUAL="/includes/inc_default.asp" -->
<!-- #INCLUDE VIRTUAL="/includes/inc_auth.asp" -->
<html>
<head>
<link rel="stylesheet" type="text/css" href="../css/onderhoud.css">
<script language="JavaScript">
function doCheck(){
if(!document.form1.txtOms.value){
alert('Geen omschrijving ingevoerd!');
document.form1.txtOms.focus();
return false;
}
else if(!document.form1.selTypes.value){
alert('Geen type geselecteerd!');
document.form1.selTypes.focus();
return false;
}
else {
return true;
}
}
</script>
</head>
<body>
<h2>Log</h2>
<a href="https://www.duitsedog.tk/logs/duitsedog.txt" target="blank"> bekijk logfile</a>
</body>
</html>