473,699 Members | 2,458 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

iframes and redirection

hi fellow web developers!

I have a bit of a concern. I developed a main page that is a page
that contains 3 iframes - a header iframe, a body iframe, and a footer
iframe. My concern is that if search engines can only read the body
content on the body.html

So... I want to write something for these body.htmls so that if the
person clicks through a search engine link to go directly to the
body.html page, they instead will be redirected to the main.html page
- which contains the expected header, body.html, and footer iframes.

is there a way to do this? Any ideas?
Sep 8 '08 #1
13 1460
On Mon, 8 Sep 2008, tr************@ gmail.com wrote:
I have a bit of a concern. I developed a main page that is a page
that contains 3 iframes - a header iframe, a body iframe, and a footer
iframe.
Any ideas?
Don't use frames.
Don't use iframes.

--
In memoriam Alan J. Flavell
http://www.alanflavell.org.uk/charset/
Sep 8 '08 #2
On Sep 8, 12:34*pm, Andreas Prilop <prilop4...@tra shmail.netwrote :
On Mon, 8 Sep 2008, trfilmograp...@ gmail.com wrote:
I have a bit of a concern. *I developed a main page that is a page
that contains 3 iframes - a header iframe, a body iframe, and a footer
iframe.
Any ideas?

Don't use frames.
Don't use iframes.
I didn't. Sadly I hired someone to redo my site that did. So now Im
trying to make the best of the situation without redoing the entire
site
Sep 8 '08 #3
Gazing into my crystal ball I observed ad***********@g mail.com writing
in news:4d4b108a-1e8f-481f-adae-
66**********@n3 3g2000pri.googl egroups.com:
On Sep 8, 12:34*pm, Andreas Prilop <prilop4...@tra shmail.netwrote :
>On Mon, 8 Sep 2008, trfilmograp...@ gmail.com wrote:
I have a bit of a concern. *I developed a main page that is a page
that contains 3 iframes - a header iframe, a body iframe, and a
footer
iframe.
Any ideas?

Don't use frames.
Don't use iframes.

I didn't. Sadly I hired someone to redo my site that did. So now Im
trying to make the best of the situation without redoing the entire
site
A redo isn't going to be that bad if you use includes and search and
replace.

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

Sep 8 '08 #4
Andreas Prilop wrote:
On Mon, 8 Sep 2008, tr************@ gmail.com wrote:
>I have a bit of a concern. I developed a main page that is a page
that contains 3 iframes - a header iframe, a body iframe, and a footer
iframe.
Any ideas?

Don't use frames.
Don't use iframes.
Why not? I want to use a frame to display on the home page
a half dozen text lines from a file that is generated automaticly,
but I don't want to regenerate the home page so frequently.
Sep 8 '08 #5
Gazing into my crystal ball I observed Rick Merrill
<ri***********@ gmail.comwritin g in news:Y_ednVJ-
qc************* *********@comca st.com:
Andreas Prilop wrote:
>On Mon, 8 Sep 2008, tr************@ gmail.com wrote:
>>I have a bit of a concern. I developed a main page that is a page
that contains 3 iframes - a header iframe, a body iframe, and a
footer
>>iframe.
Any ideas?

Don't use frames.
Don't use iframes.

Why not? I want to use a frame to display on the home page
a half dozen text lines from a file that is generated automaticly,
but I don't want to regenerate the home page so frequently.
Use a server side include.

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

Sep 8 '08 #6
In article
<ee************ *************** *******@t1g2000 pra.googlegroup s.com>,
tr************@ gmail.com wrote:
hi fellow web developers!

I have a bit of a concern. I developed a main page that is a page
that contains 3 iframes - a header iframe, a body iframe, and a footer
iframe. My concern is that if search engines can only read the body
content on the body.html

So... I want to write something for these body.htmls so that if the
person clicks through a search engine link to go directly to the
body.html page, they instead will be redirected to the main.html page
- which contains the expected header, body.html, and footer iframes.

is there a way to do this? Any ideas?
If you irresistibly want to use frames, read:

<http://www.markparnell .com.au/articles/frames.php>

Make sure that if a search engine finds a frame all on its lonesome,
that frame has a device in it to alert the user to go to the frameset
page which is its true home.

You would be surprised to know how many lost frames can turn up on the
internet. I run a small not-for-profit agency that takes them in and we
look for their siblings and proper home and try as best as we can to
reunite them all. Many of them are in extremely depressed states. sad.

But there are some frames that are perfectly happy - we don't take these
in - because they were "only-children". That is, they never really
needed to be in a frameset in the first place.

Anyway, if you find any of this advice helpful, you might like toshow
your appreciation by donating to the refuge I run. $US only please.

--
dorayme
Sep 8 '08 #7
dorayme wrote:
In article
<ee************ *************** *******@t1g2000 pra.googlegroup s.com>,
tr************@ gmail.com wrote:
>hi fellow web developers!

I have a bit of a concern. I developed a main page that is a page
that contains 3 iframes - a header iframe, a body iframe, and a footer
iframe. My concern is that if search engines can only read the body
content on the body.html

So... I want to write something for these body.htmls so that if the
person clicks through a search engine link to go directly to the
body.html page, they instead will be redirected to the main.html page
- which contains the expected header, body.html, and footer iframes.

is there a way to do this? Any ideas?

If you irresistibly want to use frames, read:

<http://www.markparnell .com.au/articles/frames.php>

Hmmm,

"Separate frameset for every page One of the major problems with frames
is that your visitors cannot bookmark a particular page on your site.
They have to bookmark the home page, and then every time they come back,
try and find their way through your menus to the page they actually want
- if they can even remember which page it was."

Eh? Won't that just defeat the only "virtue" of frames, by making you
recreate all the "static" parts of the page? You might as well just do
static, frameless pages.

With SSI|PHP so ubiquitous and cheap there is very little need for
frames. With the hopeful death of IE6 (and maybe 7 too) even less need
for frames.

BTW, where has Mark been these days...

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Sep 9 '08 #8
On 8 Sep, 17:48, adam.ornst...@g mail.com wrote:
Don't use frames.
Don't use iframes.

I didn't. *Sadly I hired someone to redo my site that did. *So now Im
trying to make the best of the situation without redoing the entire
site
Don't use frames.
Don't use iframes.
Don't use people who use frames.
Redo.
Sep 9 '08 #9
ad***********@g mail.com writes:
On Sep 8, 12:34*pm, Andreas Prilop <prilop4...@tra shmail.netwrote :
>On Mon, 8 Sep 2008, trfilmograp...@ gmail.com wrote:
I have a bit of a concern. *I developed a main page that is a page
that contains 3 iframes - a header iframe, a body iframe, and a footer
iframe.
Any ideas?

Don't use frames.
Don't use iframes.

I didn't. Sadly I hired someone to redo my site that did. So now Im
trying to make the best of the situation without redoing the entire
site
I hope you've at least withheld payment, and will be suing them for
the cost of cleaning up his or her mess. Someone who claims to be a
pro and charges for their work, should be held accountable when they
deliver a shoddy product.

You did have a contract, right? And the contract did specify that the
work would be done according to standard best practices, right?

sherm--

--
My blog: http://shermspace.blogspot.com
Cocoa programming in Perl: http://camelbones.sourceforge.net
Sep 9 '08 #10

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

Similar topics

10
3926
by: maxim vexler | last post by:
I'm reading a lot of talks lately about the term iFrame and with your permission would like to ask a few question about that : - what is iFrame, i mean what is it good for ? - does all the popular browsers support it (mostly mozilla & the much hated IE, google says the do but nothing is better that experienced answer) - iFrames replaces the old frames once used in html to show a number of pages in a single windows, right ? - what are...
0
2096
by: Dan Popa | last post by:
Check out the following 2 links: http://www.batisdev.com/admin/test_1images.asp http://www.batisdev.com/admin/test_2images.asp First page contain 4 IFRAMES and 1 IMG tags. Second page contain 4 IFRAMES and 2 IMGs tags. The problem is that the second IFRAME from the second page generates fires a new session.
5
2230
by: Frances | last post by:
I need to replace iframes acc. to what option user chooses in a sel obj.. but figured have to load a blank iframe when pg loads so I can replace it.. (iframe gets put in a pre-existing div..) this is approach.. I'm having some problems and would appreciate some help.. thank you very much... var selItem; var ifrCurr; var div = document.getElementById("divPricing"); // this var not being read inside functions..
2
2090
by: Guadala Harry | last post by:
1. Are IFrames supported only in uplevel versions of IE? If not IE exclusively, what browsers support IFrames? 2. Are IFrames going to be supported in the future - as far as anyone knows - or have they been deprecated and will no longer be supported in the future? Please note that I'm *not* asking for opinions on the merits of using IFrames or IFrames vs regular framesets or any other such...
3
2142
by: Giggle Girl | last post by:
Is there a way to use Javascript to detect if a browser supports IFrames, or (if it DOES support them) that IFrame use is enabled? Thanks, Ann
7
1419
by: Shelly | last post by:
I have a submit button and in the php code I have header("Location: thetargetpage.php"); I do the DB work and php and my daughter does the pretty work. She put my page inside an iframe. So, when the submit button is clicked, it brings up thetargetpage.php inside the iframe. What we want is to have the destination page have just the thetargetpage.php without the rest of the iframe. How can we make that
13
2701
by: souissipro | last post by:
Hi, I have written a C program that does some of the functionalities mentionned in my previous topic posted some days ago. This shell should: 1- execute input commands from standard input, and also from a file conatining the commands 2- does the redirection of the input and output from and to files. 3- retrieve the environment variables like HOME,..
19
5938
by: wmanzo | last post by:
I have a really professional conspiracy movie site and I use tons of layers and an external scroll bar assembly. I would like to put the various sections into MS Iframes and in order to clean up the page but I find that the iframes interfere with the getting the mouse coords from the screen which is essential in moving the scroll bar around. My test html is given below. With the iframe hidden the mouse coords are obtainable. With the...
2
12847
by: ericisjusteric | last post by:
I have a page with multiple iframes and need to have the user (ie6) be able to click a button to refresh any one of the iframes - but also to click another button at the top of the page to refresh all of them - from the server (this could be on page refresh also) as the purpose is to reset the iframe to the original content in case the user clicked on a link in that iframe and changed it, but also in case there were updates to the original page...
0
8701
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9185
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9049
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8932
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6539
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5879
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4387
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4636
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2359
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.