Note that target use the name of the frame and not the id. Yours is fine, but just so you know and avoid confusions
Main Topics
Browse All TopicsHello,
I never worked with frames before.
I have a main page with frameset and it contain 3 frames.
Each frame is a diffrent page.
On page1 I have a button. If I click this button I need to display page4 in another frame.
How can I do it. I need to present something in diffrent page.
THANKS
Margarit
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi,
Thanks!!!
Now it seems to enter the function it represet the alert on the screen.
But gives an error on :
window.frames["frame_name
Th
Does my frameset defined correctly?
THANKS a lot again!
I put it like this:
window.frames["main"]
You have to change frame_name with the name of the frame of your own:
So...
window.frames["contents"].
I want to click the button on frame "contents" and display "ImageSetMenu.html" page on frame "main".
Main frame set is build from 3 parts:
"banner", "main", "contents"
"contents" present MainMenu2.html page - and its code located their.
"banner" present MainMenu1.html page
I need to click on button located on MainMenu2.html (that located in "contents") and see "ImageSetMenu.html" page in "main" frame
Do you mean good site example of frames?
Here is one: http://w3schools.com/html/
Business Accounts
Answer for Membership
by: JagarmPosted on 2009-07-05 at 11:11:53ID: 24780777
You use the target properly of the link
m" target="main">Google</a> this will display the page on main frame.
so <a href="http://www.google.co
Let me know if it didn't work
Regards,