Monochrome
Technical User
Currently my site has a simple frameset, and i'm using the javascript:
parent.page1.location="page1.html"
parent.page.location="Page.html"
To change two frames at once, but, since i'm using a frameset the page has been limited to the size of the browser.
I was wondering if there was an alternative to framesets, or an alternative javascript that would work. I've already tried Iframes, but the parent location thing doesn't want to work with them.
parent.page1.location="page1.html"
parent.page.location="Page.html"
To change two frames at once, but, since i'm using a frameset the page has been limited to the size of the browser.
I was wondering if there was an alternative to framesets, or an alternative javascript that would work. I've already tried Iframes, but the parent location thing doesn't want to work with them.