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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Opening two pages in two frames with one click - can it be done? 1

Status
Not open for further replies.

PaulChilds

Technical User
May 21, 2002
195
Hello,

I have a website with four frames, whic for simplicity's sake I'll call A, B, C and D.

A is top left (25% width, 25% height)
B is the title bar at the top right (75% width, 25% height)
C is the menu bar bottom left (25% width, 75% height)
D is the main fram where the info appears (75% width, 25% height)

When I click on a link in C, I want the page with info to open in D but also a small image relation to that topic to appear in A.

How, if possible, can I do this?

Thanks.

Paul C

 
Your link in C should be something like this:

<a href = &quot;#&quot; onClick = &quot;parent.frames['D'].location = 'newFileIn_D.htm'; parent.frames['C'].location = 'newFileIn_A.htm'; &quot;>Modify Frames</a>



vlad
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top