Posted by vivekaseeja on 11/03/06 11:50
dorayme wrote:
> > Think i messed up my question. My apoligies. The right hand side has to
> > be a single html page which will show different html content depending
> > upon what has been clicked on the left hand side. The problem is that
> > all the html content has to be a single html page. So i imagine the
> > content would have to be hidden or unhidden depending upon what is
> > clicked on the left hand side. How can i do that -- that is hide and
> > unhide ?
> >
> > thanks ..
> > vivekian
>
> Now I understand your q better: to link to something in the
> middle of a long page on the right side this should work
> reasonably well:
>
> <a href="rightHandDoc.html#middle" target="rightframe">click to
> middle of page</a>
>
> in the navigation.
>
> In the html for the right, you would put
>
> id="middle"
>
> where you want the link to go to:
>
> <h1 id="middle">A heading that is about the middle of the
> page</h1>
>
> This works well on my tests
>
> (You can also use another construction but try this)
Would want the content present within the h1 tag to remain hidden until
the corresponding link on the left side is clicked on. It should be
invisible.
thanks..
[Back to original message]
|