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!
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!
Do you mean create a frame itself?
Use the HTML Frame function?
http://www.w3schools.com/html/html_frames.asp
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?
Iframe?
This will include a area:
http://www.w3schools.com/tags/tag_iframe.asp
Might be helpful![]()
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 placein the <a>Code:target="content"
Bookmarks