473,396 Members | 2,076 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

require and frameset?

hello

I am trying out

<?php require("fred.htm"); ?>

and this works fine but when I use

<?php require("frames.htm"); ?>

where frames.htm contains a frameset - I see nothing.

Can require insert a frameset?

Cheers

Geoff
Aug 10 '08 #1
3 1354
Message-ID: <h3********************************@4ax.comfrom Geoff Cox
contained the following:
><?php require("frames.htm"); ?>

where frames.htm contains a frameset - I see nothing.

Can require insert a frameset?
Yes, as far as php is concerned it's just text. You should see the
contents of frames.htm when you view the source.
--
Geoff Berrow 0110001001101100010000000110
001101101011011001000110111101100111001011
100110001101101111001011100111010101101011
http://slipperyhill.co.uk
Aug 10 '08 #2
Geoff Cox wrote:
hello

I am trying out

<?php require("fred.htm"); ?>

and this works fine but when I use

<?php require("frames.htm"); ?>

where frames.htm contains a frameset - I see nothing.

Can require insert a frameset?

Cheers

Geoff
It's just a file, nothing more, nothing less.

Look at your page source. Either you the file isn't where you think it
is, or you have errors in your html which are causing the page to not
display.

Set the following in your php.ini file to ensure you get errors displayed:

display_errors = on
error_reporting = E_ALL
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================

Aug 10 '08 #3
On Sun, 10 Aug 2008 09:33:13 -0400, Jerry Stuckle
<js*******@attglobal.netwrote:
>Geoff Cox wrote:
>hello

I am trying out

<?php require("fred.htm"); ?>

and this works fine but when I use

<?php require("frames.htm"); ?>

where frames.htm contains a frameset - I see nothing.

Can require insert a frameset?

Cheers

Geoff

It's just a file, nothing more, nothing less.

Look at your page source. Either you the file isn't where you think it
is, or you have errors in your html which are causing the page to not
display.
Jerry,

yes, error - I was creating a frames file with <body and </bodyin
it!

Thanks

Geoff
>Set the following in your php.ini file to ensure you get errors displayed:

display_errors = on
error_reporting = E_ALL
Aug 10 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Hans | last post by:
Hi There, I have a page that has links with some variables and I need to open the results set in a frameset. I have tried doing this in various different ways, but still cannot get the variable...
2
by: luu duong | last post by:
I know this is probably easy but here is the details. I have an asp page that is not inside a frameset. I want to post data to another asp page that is inside a frameset. So firstpage.asp has...
1
by: JP | last post by:
Hi, How can I create a dynamic frameset whose content changes based on user inputs? Specifically, how do I toggle a frame within a frameset? How can I allow a user to "close" or "dock" a...
1
by: Ian | last post by:
Here's an interesting delema. I have two on-line manuals built with frames. Each has a unique frameset. Some of the pages have related material and are linked. Is there a way to have a page...
0
by: Charles A. Lackman | last post by:
Hello, I have a frameset nested inside another frameset: <FRAMESET border="0" frameSpacing="0" rows="150,72%" frameBorder="No"> <FRAME name="header" marginWidth="0" marginHeight="0"...
2
by: Guadala Harry | last post by:
I have some pages that open in a frameset. I want them to be opened *only* in the frameset (and not on their own). How can I disallow a page from being opened on its own (i.e., allow to be opened...
3
by: mark4asp | last post by:
According to this <http://css-discuss.incutio.com/?page=BoxModelHack> IE6 will display differently to the W3C standard. Only IE6/strict and I suppose IE 7 display correctly. IE 6 transitional and...
0
by: joeller | last post by:
On October 13, 2006 Mark Rae wrote Hi, Firstly, I have not the slightest intention of using framesets - the reason for this post is merely to ask for assistance in furthering my understanding of...
4
by: maminx | last post by:
Hello..i have problem, hope someone can help me..i have this frameset below : <FRAMESET ROWS="55%" COLS="37%,63%"> <FRAME NAME="runningTrade" SRC="http://runningtrade.com" scrolling="no"> ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.