M
manyhits
Hallo,
ich will eine PHP Seite per JavaScript in eine HTML includen!
Meine PHP-Seite namens aufruf.php:
<?
echo "document.write('";
echo "<body link=\"#000000\" vlink=\"#000000\" alink=\"#000000\">
<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: collapse\" bordercolor=\"#000000\" width=\"150\">
<tr>
<td width=\"100%\" bgcolor=\"#CCCCCC\"><font size=\"1\" face=\"Verdana\"><b><a target=\"_blank\" href=\"klick1.php\">$set[stanname]</a></b><br>$set[stanbesch]</font></td>
</tr>
</table>";
echo "')";
?>
Meine HTML-Seite:
<script language="javascript" src="aufruf.php"></script>
Was mache ich Falsch?
ich will eine PHP Seite per JavaScript in eine HTML includen!
Meine PHP-Seite namens aufruf.php:
<?
echo "document.write('";
echo "<body link=\"#000000\" vlink=\"#000000\" alink=\"#000000\">
<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: collapse\" bordercolor=\"#000000\" width=\"150\">
<tr>
<td width=\"100%\" bgcolor=\"#CCCCCC\"><font size=\"1\" face=\"Verdana\"><b><a target=\"_blank\" href=\"klick1.php\">$set[stanname]</a></b><br>$set[stanbesch]</font></td>
</tr>
</table>";
echo "')";
?>
Meine HTML-Seite:
<script language="javascript" src="aufruf.php"></script>
Was mache ich Falsch?