
Originally Posted by
vbcoder
The frame name 'top' was automatically allocated by Frontpage. I can change it if neccessary.
It's necessary. You shouldn't have to refresh the page you are changing but, you need to refresh the page that changes it. To be on the safe side, use lower case, try:
Code:
onmouseover="parent.window.frames.frame_name.document.body.style.backgroundColor='red';"
Oh, and test the result in the browser, not in some FP preview mode. I got this working here with no problems. If this doesn't take care of it for you, give me a link to your problem pages.
Bookmarks