|
Posted by Michael Hedinger on 06/14/06 21:38
vivekaseeja@gmail.com schrieb:
> Forgot the question :) ..how do i do this ?
>
> vivekase...@gmail.com wrote:
>> Hi,
>>
>> I have a web page where there are two frames. The left hand side frame
>> has a list. When a row in a list is clicked, the other frame's contents
>> need to be changed. The right hand frame needs to be a single html
>> page, so i imagine have to hide and unhide content somehow.
>>
>> Thanks in advance,
>> vivekian
>
how do you do WHAT? are you asking about the linking that the correct
html site will appear in the right frame? that would be <a
href="rightframe.html" target="right"> in the frameset source you need
to define the right frame with <frame ..... name="right>"
or are you asking about PHP? that the right frame page is ONE .php file
which changes it's content when you click on a link on the left side?
Navigation:
[Reply to this message]
|