PDA

View Full Version : Iframe browser problems


Ryukuchan
11-10-03, 02:02 PM
My website consists of one iframe and several flash files linking to each other. I have a problem with the browser history controls.
Is there a way I can target my iframe (iframe3) and tell it to go back. Like a little back button I could throw somewhere?

Darkness22k
11-11-03, 01:44 PM
Something like this:

<a href="javascript:history.back(1)">Back</a>

EDIT: remove the underlines when you use it.