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

Chagning SRC in Frames 1

Status
Not open for further replies.

kliz0328

Programmer
Joined
Nov 7, 2005
Messages
138
Location
US
I have two frames, a top frame and a bottom frame, when a button is clicked on the bottom frame a form is submitted and it is taken to a different web page. Is there anyway, that when this frame is submitted I can change the source of the top frame also?
 
From the bottom frame, try something like:

parent.document.frames['TOP_FRAME'].document.location = '

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
O Time, Strength, Cash, and Patience! [infinity]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top