|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I have a need for three frames on one page. Two are on the top half. The left side displays a list of companies from an MySQL table, on th rigt side is a list of individuals working at these companies.
How do I take a click in the upper left frame and update the upper right frame with only the individuals who work for a particular company. Thank you George |
|
#2
|
|||
|
|||
|
Name your frames (in your <FRAME> tag, give them names) then add TARGET="framename" to your link so it should look something like this:
<A HREF="employees.cgi" TARGET="topright">Employees</A> you can also put TARGET in a <FORM> tag if you are using a form. |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > Control between multiple frames |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|