Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q474 How do I script back and forward history buttons in a remote control new window that effect the main window?

irt.org | Knowledge Base | JavaScript | History | Q474 [ previous next ]

Q474 How do I script back and forward history buttons in a remote control new window that effect the main window?

Try:

<form>
<input type="button" value="back" onClick="opener.history.go(-1)">
<input type="button" value="forward" onClick="opener.history.go(1)">
</form>

Feedback on 'Q474 How do I script back and forward history buttons in a remote control new window that effect the main window?'


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 6th July 2009. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2009 irt.org, All Rights Reserved.