Shoutbox

IFrame back/forward - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: IFrame back/forward (/showthread.php?tid=65855)

IFrame back/forward by DJeX on 09-04-2006 at 09:31 PM

How would I use javascript to make a back/forward link to go back a page or forward a page in an iframe? I don't want the whole page to go back/forward just the iframe.


RE: IFrame back/forward by Supersonicdarky on 09-04-2006 at 10:01 PM

i think u add target="iframe name" along with the js back/forward in history script to the link


RE: IFrame back/forward by DJeX on 09-05-2006 at 12:24 AM

Thanks, heh I should of thought of that :P


RE: IFrame back/forward by RaceProUK on 09-05-2006 at 10:53 AM

OR maybe window.parent.framename.back();/window.parent.framename.forward();