473,386 Members | 1,846 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,386 software developers and data experts.

Help me with PHP in Frames.

I am needing help with this, please. I had the same problem with HTML then I was able to solve it. Very complicated and hard to explain. So, I'm going to ask something that I want to make sure I am doing this correctly. If I am right, PHP and HTML do not set up frames the same way. As for this PHP codings, the frame loads up fine, but there is a problem that is hard to explain. First, I want to know if I am doing the codings correctly? This is a PHP page that calls up the framesets.

It loads up the room just fine, but when opening a table, it wont. It has somethig to do with the frame calling, etc. Hard to explain. I just want to know if I am doing this framesets correctly.

Expand|Select|Wrap|Line Numbers
  1. <html>    
  2. <head> 
  3. <title>The Title</title>
  4. <?php
  5. extract($HTTP_GET_VARS); 
  6. extract($HTTP_POST_VARS);
  7. echo"<frameset rows='1,1,1,*' frameborder=0 border=0 framespacing=0>";
  8. echo"<frame name='ad_space' src='LINK' marginwidth='2' marginheight='2' scrolling='no' frameborder='0' border='0' framespacing='0'>";
  9. echo"<frame name='games_logo' src='LINK' marginwidth='5' marginheight='0' scrolling='no' frameborder='0' border='0' framespacing='0'>";
  10. echo"<frame name='yog_$room' src='LINK' marginwidth='0' marginheight='0' scrolling='no' frameborder='0' border='0' framespacing='0'>";
  11. echo"<frame name='yog_applet_$room' src='LINK' marginwidth='0' marginheight='0' scrolling='no' frameborder='0' noresize>"; 
  12. echo"</frameset>";
  13. echo"<script language='javascript'>window.name='yog_ante_$room';</script>";
  14. ?>
  15. </head>
  16. <body>
  17. </body>
  18. </html>
Mar 21 '07 #1
0 886

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Dave Smithz | last post by:
Hi there, I have implemented a login sequence using session variables for a PHP/MySQL DB which I took over development. I read some books and this NG and it seemed straight forward. However the...
1
by: martingerber | last post by:
Hi, I have the following script (javascript in html document): <html> <head> <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"> <title>Standort Speichern</title>
6
by: mike | last post by:
Hello, After trying to validate this page for a couple of days now I was wondering if someone might be able to help me out. Below is a list of snippets where I am having the errors. 1. Line 334,...
14
by: TrvlOrm | last post by:
OK. After much playing around, I managed to get my frame page this far.. see code below. BUT...there are still errors with it, and what I would like to have happened is this: 1) On the Left...
8
by: heather.memmel | last post by:
I am in no way a scripter/programmer of any kind but I am in charge of a number of online videos. Anyway I need help debugging my javascript which has been pieced together from several other...
3
by: mailto.anand.hariharan | last post by:
Hello group. This is my first message in this group, and my first stab at Javascript. I am trying to tweak the code for the "FOLDOC button" (http://foldoc.org/foldoc/tools.html) to be able to...
0
by: thompson_38 | last post by:
Is the difference between calling a HTML page by it location (axWebBrowser.Navigate("C:projecthome\home.htm" ref 0, ref 0, ref 0, ref 0)) and being able to access the frames in that page using ...
0
by: gunimpi | last post by:
http://www.vbforums.com/showthread.php?p=2745431#post2745431 ******************************************************** VB6 OR VBA & Webbrowser DOM Tiny $50 Mini Project Programmer help wanted...
5
by: althafexcel | last post by:
hi everyone Im trying to include an external js in my aspx page under the head tag, it doesn't load or it displays an object expected error whenver the function from the .js is called. Actually...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.