frames to no-frames
-
open that page in a new window using
window.open()
or<a href="newwindow.htm" target="_blank">New window without frames<a>
Cheers :) The word of the day is legs, let's go back to my house and spread the word ;P -
open that page in a new window using
window.open()
or<a href="newwindow.htm" target="_blank">New window without frames<a>
Cheers :) The word of the day is legs, let's go back to my house and spread the word ;P -
tx, but I want don't want to open a new page, just want to load a page without frames in a page that was divided in frames...:confused:
It's been a while since I tinkered with frames (you should use tables it looks more pro) but anyways... In the HTML file which contains the FRAMES tags I believe you will name the FRAME which you wish to load another htm page into
<FRAMES name="mywindow">
Then I think what you would do is inside your HTML page with links you do something like<a href='newwindow.htm' target='mywindow'>
I believe thats how it's done :0 HTH Cheers :) The word of the day is legs, let's go back to my house and spread the word ;P -
tx, but I want don't want to open a new page, just want to load a page without frames in a page that was divided in frames...:confused: