Ask a Question related to Macromedia Contribute General Discussion, Design and Development.
-
timolous #1
Problems with frames
:|
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]
timolous Guest
-
Frames. PLEASE HELP
I have a Frameset that consists of 3 frames (top, left and main). I created a simple html page (outside the frameset). This page has a form and a... -
Frames in ASP.Net
Hi, Is there a way to load the src for Frames dynamically? or it is static I have got a frame which has got top, contents and main... i want to... -
ASP and Frames
Hi! I am having an issue using ASP and frames. I am required to use frames so NOT using them isn't an option. Problem: When a user enters... -
Frames problems
I have two frames in a frame set, one at 800 by 400 and the other 800 by 200 when I preview the pages in my browser there is a gap between the 2... -
Frames--
I have a question concerning frames and windows settings. We have 3 computers that run xp. My computer is the only one that will not show frames...



Reply With Quote

