PDA

View Full Version : Back butoon simple?


The Piemaster
11-03-2002, 07:02 PM
Howdidoodi,

first time in this forum so here goes....

I have a number of pages that are linked to a 2 page frameset. the top page in the frameset has a back button.

I need that button to take me back to the referring page. I have code for a back button but it will only take the top frame back......any clues anybody??????

I'm a bit thick!

The Piemaster

degsy
11-03-2002, 07:28 PM
Can you post the code you are currently using?

Also, maybe a link to your pages.

The Piemaster
11-03-2002, 08:36 PM
Howdidoodi,

Thanks for the reply I appreciate it but no sooner had I posted than I foun this bit of code and it works.

javascript:history.back();

Thanks again

The Piemaster