Thanks for help,
only my testserver has a problem with my skripts.
It seems that I have not actually tested it on the server.
joe

"Joe-At" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> Sorry I wanted to say, that the original frame was long inough.
> <frame src="test.php" name="topFrame" scrolling="yes">
> But I tried it again, and it does not work! ????
> joe
>
> "Sam Masiello" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
> news:[EMAIL PROTECTED]
>
> Yes, they are wide enough...i was speaking of long enough.  In other
> words, be sure the top frame doesn't scroll.  The code as you posted it
> works fine, but on my display it barely fits in the top frame.  On a
> lower resolution you might not see the text in the top frame.
>
> Have you tried making your top frame bigger (change the 83 to 200) to
> see if you can see the text?
>
> --Sam
>
>
> joe-at wrote:
> > Thanks for the hint, but the frames are wide enough.
> > I also tried it on my test server and on a real web server with the
> > same result.
> >
> > "Sam Masiello" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
> >
> news:[EMAIL PROTECTED]
> .
> >
> > I am afraid that I don't get the same problem that you do.  If I
> > request frameset.html in my browser I get the text that you are
> > echoing in your PHP statement in the top frame.
> >
> > Is it possible that your resolution is such that you need to scroll
> > in the top frame to see it?  Try viewing the source of the top frame
> > to see if the contents of your echo statement is in there.
> >
> > --Sam
> >
> >
> >
> > joe-at wrote:
> >> 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