Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how can i do it?

Status
Not open for further replies.

itteck

Programmer
Oct 20, 2003
9
0
0
IN
Can any one help me in this plzzz..i want to insert an left frame and want if i click on a text link which is on the left frame, the link should open in the existing body frame on it's right side... how can i do it?
 
using Frames,:
<frameset cols=&quot;%,*&quot;>
<frame name=leftFrame src=&quot;left.html&quot;></frame>
<frame name=rightFrame src=&quot;blank.html&quot;></frame>
</frameset>

in left.html lets say u have a link:
<a href=&quot;#&quot; target=&quot;rightFrame&quot;>Link</a>

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top