Log in

View Full Version : Split frames



takcw
05-23-2007, 06:57 AM
Hi,

Recently I create a website which have 2 separate frames. The left one is a information frame and the right one is a result frame. Does anyone know that there is script which can do this action?

Thanks in advance!

MrSheen
05-23-2007, 08:05 AM
Do you mean create a frame itself?

Use the HTML Frame function?

http://www.w3schools.com/html/html_frames.asp

takcw
05-23-2007, 08:28 AM
Sorry, my fault. It is not frame what I mean. You can say there are 2 separate boxes. The one is showing the information and when you click one of the link. It will show the details on the other box. Does it find a script to doing this action?

MrSheen
05-23-2007, 08:46 AM
Iframe?

This will include a area:

http://www.w3schools.com/tags/tag_iframe.asp

Might be helpful :)

chechu
05-28-2007, 07:58 AM
frame 1:
- information
- name="info"

frame 2:
- content
- name="content"

If you wish the content of a link in frame one to appear in frame two,
just place
target="content" in the <a>