Forum Moderators: open

Message Too Old, No Replies

How to open a side window (frame)

Keep current window not refreshed

         

flashfan

2:54 am on Jun 30, 2004 (gmt 0)

10+ Year Member



In page A (current page) there is a link OPEN. click on it, the browser looks like:

Page A?Page B

page B is opened in the side window (frame). A and B stays side by side. Since A is loaded, I don't want A is reloaded. How to do this?

Birdman

3:06 am on Jun 30, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You need to target the other frame.

<a href="/somelink/" target="my_frame">

You must name the frames on the main page to do this.

<frame name="my_frame" src="/somefile">

[edited by: Birdman at 3:21 am (utc) on June 30, 2004]

flashfan

3:12 am on Jun 30, 2004 (gmt 0)

10+ Year Member




First view
Page A

Second view:
Page A ¦ Page B

The second one is just to wrap page A and to open a side window B.

tedster

5:24 am on Jun 30, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Then Page A must be "wrapped" the first time it loads, with Page B holding a null document perhaps. Otherwise the browser MUST redraw Page A in its new configuration, even if it uses the cached HTML to do it.

flashfan

4:05 pm on Jul 2, 2004 (gmt 0)

10+ Year Member



So you mean, the framset should be built at the very begining and put a placeholder for page B?

tedster

4:09 pm on Jul 2, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Exactly - otherwise there must be a refresh/redraw of the page because you're loading a new document