Skip to content

Instantly share code, notes, and snippets.

@Barneybook
Created February 8, 2013 10:28
Show Gist options
  • Save Barneybook/4737964 to your computer and use it in GitHub Desktop.
Save Barneybook/4737964 to your computer and use it in GitHub Desktop.
Iframes Memo
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