php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11408 In an html frameset, only the last frame seems to be parsed
Submitted: 2001-06-11 17:05 UTC Modified: 2001-06-12 01:46 UTC
From: lolo at phpheaven Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 4.0 Latest CVS (2001-06-11) OS: win98SE
Private report: No CVE-ID: None
 [2001-06-11 17:05 UTC] lolo at phpheaven
Hi All!

I'm currently using php4.07-dev (latest build from php4win.de) loaded as an Apache 1.3.20 module for win.
My php.ini is the optimized one (no extension loaded).

I just use a simple frameset:
  <!doctype html public "-//w3c//dtd html 3.2//en">
  <html>
  <head>
    <title>Test</title>
  </head>

  <frameset cols="50%,*">
    <frame src="frame1.php" name="1">
    <frame src="frame2.php" name="2">
  </frameset> 
  </html>

with both frame1.php and frame2.php containing only:
  <?php
  phpinfo();
  ?>

Then only the right frame is displayed!

Have a nice day/night,
Lo?c

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-11 17:36 UTC] lolo at phpheaven
I've just found the whole html generated code for the right frame.... in the the Apache error.log!

Really strange!
Lo?c
 [2001-06-11 17:41 UTC] lolo at phpheaven
BTW, I've made a mistake in my e-mail: it is lolo@phpheaven.net

Sorry...
 [2001-06-12 01:46 UTC] sniper@php.net
Open a new bug report with correct email address.
And before doing that, I suggest you ask this first
on some php users mailing list..

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 15:01:28 2024 UTC