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

back image button in frames

Status
Not open for further replies.

hablablow

Programmer
Sep 9, 2000
115
FR
Can i use a back image button from a frame 1, that shows previous document in a frame 2 ?
By the way:
How do u manage a close window in frames ?
Thanks for ur incomming answers.
 
You cannot actually close a frame. In IE (mozilla?) you can reset its size by accessing its cols/rows property. To access another frame from one of its siblings:

parent.otherframesname.whatever

so the back button would be:

parent.otherframesname.history.back() jared@eae.net -
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top