![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Sep 2008
Posts: 2
OS: xp
|
Can I make the tree menu control simultaneously load pages in another frames?
Can I make the tree menu control simultaneously load pages in another frames?
|
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Design Team Member
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,880
OS: Vista, various linux distros
|
Re: Can I make the tree menu control simultaneously load pages in another frames?
Hey, could you elaborate? (e.g. give us your code for the page you're working on or a link to said page)... It would help us loads if we could see what you're on about.
Cheers, Jamey |
|
|
|
|
|
#3 (permalink) |
|
Registered User
Join Date: Oct 2008
Posts: 2
OS: Windows XP SP3, Ubuntu 6.10, Ubuntu 8.04
|
Re: Can I make the tree menu control simultaneously load pages in another frames?
Yes, you could!
I suppose you're looking for something like this: HTML Code:
<a target="frame_one" href="page_one.html" onclick="javascript: parent.frame_two.locaton.href='page_two.html';">The link</a> Or, you could write a functon, like this: HTML Code:
<script type="text/javascript"> function changeTwo(one,two) { parent.frame_one.location.href = one; parent.frame_two.location.href = two; } </script> ... <a href="#" onclick="javascript: changeTwo('page_one.html','page_two.html'); return false">The link</a> |
|
|
|
![]() |
| Thread Tools | |
|
|