hi pleas help me,

when I try to use php in a frame of a frameset it dos not work. what is
wrong with my files?



fameset.html:



<html>

<head>

<title>frameset</title>

</head>

<frameset rows="83*,377*" cols="*">

  <frame src="test.php" name="topFrame">

  <frame src="Info.htm" name="mainFrame">

</frameset>

<noframes></noframes>

<body>

</body>

</html>



test.php:



<html>

<head>

<title>test</title>

</head>

<body>

<p>Jetzt sollt ein PHP-Skript erscheinen:</p>

<?php echo "Wer fersteht das noch?" ?>

</body>

</html>



result of the top frame (test.php):

Jetzt soll ein PHP-Skript erscheinen:



test.php works without frameset:

Jetzt sollt ein PHP-Skript erscheinen:

Wer fersteht das noch?





Thanks for help

joe-at

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to