Problem with website

S

sugarbabe

Hi I have a problem with website. It has inline frames but the correct frame
won't load on the right page and sometimes when following link from goggle
only orphan page will load.

There is obviously proble with code but cannot find what. Could you help
please??

Site is www.harlowcda.coop

Many Thanks
 
R

Ronx

Loading an orphan page is normal - Google, and other search engines,
index the page and provide a link to it. The search engines will not
provide a link to the parent page. This is a common problem with Frames
and iFrames - you can use JavaScript to dynamically reload the main page
if the iframe page is loaded.
See http://irt.org/articles/js190/index.htm

Which is the wrong page loaded into the iFrame - all the links appeared
to load the correct page. However, the Utilities link does attempt to
load a pop-up window which will cause a warning for many users. Worse,
the pop-up page is identical to that in the loaded in the iFrame.
 
R

Rob Giordano \(Crash\)

All the links I followed seem to work ok.
The Google problem is one of the many reasons not to use frames.



--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression





| Hi I have a problem with website. It has inline frames but the correct
frame
| won't load on the right page and sometimes when following link from goggle
| only orphan page will load.
|
| There is obviously proble with code but cannot find what. Could you help
| please??
|
| Site is www.harlowcda.coop
|
| Many Thanks
|
| --
| s h
 
S

sugarbabe

When a orphan page loads its starts with the right link but then quickly
reverts to the index page.

The reason the person wants the inframes is because they claim it loads
quicker. I would have thought that with most people using broadband this is
irrelevant now???
And the loss of hits through google would be more important
 
R

Rob Giordano \(Crash\)

Load quicker? I'm not sure there'd be any difference at all. Those framed
pages look pretty light to me.
Narrow your viewport...now you have a slider left/right AND the iFrame
up/down slider...annoying.
There's no real reason for frames here that I can see.


--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression





| When a orphan page loads its starts with the right link but then quickly
| reverts to the index page.
|
| The reason the person wants the inframes is because they claim it loads
| quicker. I would have thought that with most people using broadband this
is
| irrelevant now???
| And the loss of hits through google would be more important
| --
| s h
|
|
| "sugarbabe" wrote:
|
| > Hi I have a problem with website. It has inline frames but the correct
frame
| > won't load on the right page and sometimes when following link from
goggle
| > only orphan page will load.
| >
| > There is obviously proble with code but cannot find what. Could you help
| > please??
| >
| > Site is www.harlowcda.coop
| >
| > Many Thanks
| >
| > --
| > s h
 
S

sugarbabe

Thanks for that Steve, i didn't build the site and i do not read html code
just trying to help solve the proble. Where should the body tage be added and
what do they do??
 
S

Steve Easton

Like this. Open the page, switch to code view, right click and select Reformat HTML
Then add the <body></body> tags.
Then save and publish the page

<html>
<head>
</head>
<body>
<frameset border="0" rows="100%,*" cols="100%" frameborder="no">
<frame name="TopFrame" scrolling="yes" noresize src="http://www.harlowcda.co.uk"><frame name="BottomFrame"
scrolling="no" noresize>
<noframes>
</noframes>
</frameset>
</body>
</html>

--

Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top