2022-11-28 09:17:05 +01:00

24 lines
412 B
PHP
Executable File

<?php
echo "
<html>
<head>
<link rel=\"stylesheet\" href=\"../styles_pc.css\" type=\"text/css\">
<script language='JavaScript'>
function oeffne()
{
fenstename = window.open('daten_pruefen_admin.php?uid=schwaral','popup','width=1000,height=770');
popup.focus();
}
</script>
</head>
<body>
<a href='#' onmouseover='oeffne()'>link</a>
</body>
</html>
";
?>