javascript frames woes

by 1 replies
2
First off before I get flamed I know frames are not good for seo.

BUT! I am not really concerned about SEO on this project.

So I have two frames one small that can be located on top, left bottom or right and the bigger frame on which ever section

for example small left frame and large right frame and so on...

Any way,

I have got this javascript to work for a small top frame and large top frame but for anything else it doesn't work. If any one has suggestions it would be appreciated.

Code:
            window.top.document.getElementById('MyFrames').rows='0,*';
            return true;
Thanks in advance for anyone's help.

Jay
#programming #frames #javascript #woes

Next Topics on Trending Feed