first commit
This commit is contained in:
15
stud/test1.php
Normal file
15
stud/test1.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
echo "
|
||||
<html>
|
||||
<head>
|
||||
<link rel=\"stylesheet\" href=\"../styles_pc.css\" type=\"text/css\">
|
||||
<script type=\"text/javascript\" src=\"./overlib/overlibmws.js\"><!-- overLIB (c) Erik Bosrup --></script>
|
||||
|
||||
<title>Willkommen</title>
|
||||
</head>
|
||||
<div id=\"overDiv\" style=\"position:absolute; visibility:hidden; z-index:1000;\"></div>
|
||||
<a href=\"javascript:void(0);\" onmouseover=\"return overlib('This is an ordinary popup.');\" onmouseout=\"return nd();\">here</a>
|
||||
</body>
|
||||
</html>
|
||||
";
|
||||
?>
|
Reference in New Issue
Block a user