HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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>