Created
February 8, 2013 10:28
-
-
Save Barneybook/4737964 to your computer and use it in GitHub Desktop.
Iframes Memo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.frames['FRAME_ID'].history.go(-1); | |
// 往前一頁面 | |
window.frames['FRAME_ID'].history.go(1); | |
// 往下一頁面 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment