i am new user to php and i have a html page which is devided into two frmaes left frame and right frame and i am showing a tree list page in left frame and what i want to do is that when i click on a node of tree related link page should be open in right frame. how can i do this. plz help e out.
Share
In your frameset, you define two
<frames>— add aname="X"element to both, then in your links in your tree addtarget="right_frame"(or whatever you named your frame).Might I strongly suggest that you consider a design that does not use frames?