:|
Hello!

I have a problem with framsets. We have a site wich includes tousands of html
pages. Pages are opend in the main frame on our frame set.

We use this code to ensure that every visitor sees frmeset too (on the head
ogf the page):
<script language="JavaScript">
if (parent.frames.length==0) {
leftHalf="http://"+location.host
rightHalf=location.pathname
location.replace(leftHalf+"/index.asp?s="+rightHalf)
}
</script>

It works fine. If I do a page that uses that code (all our pages) and press
send for review button on contribute 3. Send it to review on another user...

So the user sees that he/she have to review a page and he clicks on the page
title. then contribute tryes to open main frame page (wich includes that code),
but contribute will after then open framset and all review etc. pblish buttons
are gone. So any user can't rewiev or publish or edit draft page becouse there
is not any buttons to do so. Only buttons user can see are edit page (wich
causes some file asset error) and new page.

What should I do to manage this kind of pages on contribute 3. I could even
write a simple if clase to javascrip, but what?

Example of one of our html pages:
[url]http://www.rakentaja.fi/kuluttaja/Parma/RR2004/alapohjaontelolaatoista.htm[/url]