first commit
This commit is contained in:
23
admin/test1.php
Normal file
23
admin/test1.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?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>
|
||||
";
|
||||
?>
|
Reference in New Issue
Block a user