Re: [PHP-DB] javascript problem

2002-03-18 Thread Josh Trutwin
I am not a JavaScript expert, but I had a similar problem. I THINK that you need to reference your frames like this: window.parent.frames.rightFrame.document.open(); Give it a try, hope that helps... Josh hi all, i know this is not exactly the place to ask this, but i don't know where

Re: [PHP-DB] javascript problem

2002-03-18 Thread Remco Oosten
Subject: Re: [PHP-DB] javascript problem I am not a JavaScript expert, but I had a similar problem. I THINK that you need to reference your frames like this: window.parent.frames.rightFrame.document.open(); Give it a try, hope that helps... Josh hi all, i know this is not exactly